aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-03-11 10:07:34 +0800
committerGitHub <noreply@github.com>2021-03-11 10:07:34 +0800
commitf75b2338814556bc4c57cffdb4ad621370a42f33 (patch)
treee7182047be5a641d13ad859647bc1c75b19e2570
parent742e7d560416dcb75ff88dfd9c3c49ea50d88147 (diff)
downloadyuescript-f75b2338814556bc4c57cffdb4ad621370a42f33.tar.gz
yuescript-f75b2338814556bc4c57cffdb4ad621370a42f33.tar.bz2
yuescript-f75b2338814556bc4c57cffdb4ad621370a42f33.zip
Update macos.yml
-rw-r--r--.github/workflows/macos.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 669b033..def54ff 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -16,11 +16,3 @@ jobs:
16 - uses: actions/checkout@v1 16 - uses: actions/checkout@v1
17 - name: build-test 17 - name: build-test
18 run: make test 18 run: make test
19 - name: release
20 uses: softprops/action-gh-release@v1
21 if: startsWith(github.ref, 'refs/tags/')
22 with:
23 files: |
24 ./bin/release/yue
25 env:
26 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}