diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-21 20:47:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 20:47:41 +0800 |
commit | 6d290f08181a543778c75748b66c513bb8e33423 (patch) | |
tree | 397121006a4545eb73fa9735de5034869d0ed665 | |
parent | a4f719254d8d7a9b88c8cb1823e69eb4d4fc7f73 (diff) | |
download | yuescript-6d290f08181a543778c75748b66c513bb8e33423.tar.gz yuescript-6d290f08181a543778c75748b66c513bb8e33423.tar.bz2 yuescript-6d290f08181a543778c75748b66c513bb8e33423.zip |
Update ubuntu.yml
-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 }} |