diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 3855b5b..ccc6f1c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | run: make test | 18 | run: make test |
| 19 | - name: pack | 19 | - name: pack |
| 20 | if: startsWith(github.ref, 'refs/tags/') | 20 | if: startsWith(github.ref, 'refs/tags/') |
| 21 | run: (cd bin/release && zip -r ../../linux-yue.zip ./yue) | 21 | run: (cd bin/release && zip -r ../../yue-linux-x86_64.zip ./yue) |
| 22 | - name: release | 22 | - name: release |
| 23 | uses: softprops/action-gh-release@v1 | 23 | uses: softprops/action-gh-release@v1 |
| 24 | if: startsWith(github.ref, 'refs/tags/') | 24 | if: startsWith(github.ref, 'refs/tags/') |
