diff options
-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 ccc6f1c..8349fc3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml | |||
@@ -24,6 +24,6 @@ jobs: | |||
24 | if: startsWith(github.ref, 'refs/tags/') | 24 | if: startsWith(github.ref, 'refs/tags/') |
25 | with: | 25 | with: |
26 | files: | | 26 | files: | |
27 | ./linux-yue.zip | 27 | ./yue-linux-x86_64.zip |
28 | env: | 28 | env: |
29 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | 29 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |