summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-04-21 20:36:29 +0800
committerGitHub <noreply@github.com>2021-04-21 20:36:29 +0800
commit802e43241c1ea91eef44b363ad3712fa7c4040bc (patch)
treedc14430a44c99f49dfb40ed084ba79ccdb8011cf
parentb4e07d970f1a41e14e0185ed2b1f8c793eaa4f72 (diff)
downloadyuescript-802e43241c1ea91eef44b363ad3712fa7c4040bc.tar.gz
yuescript-802e43241c1ea91eef44b363ad3712fa7c4040bc.tar.bz2
yuescript-802e43241c1ea91eef44b363ad3712fa7c4040bc.zip
Update ubuntu.yml
-rw-r--r--.github/workflows/ubuntu.yml2
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/')