Skip to content

Commit

Permalink
打包release支持手工触发
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyahui8 committed Oct 21, 2024
1 parent 3fdc437 commit b84a1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update example
run: go test -v -run TestExample ./ellyn_ast/
run: go test -v -run TestExample ./ellyn_ast

- name: Release Example
run: npm install vite -g --save && cd viewer && npm install --dependencies && npm run build && cd ../example && go build -v -o example_app${{ matrix.ext }} .
Expand All @@ -43,7 +43,7 @@ jobs:
# 发布release版本
- name: Release version
uses: ncipollo/release-action@v1
if: github.event_name == 'release'
#if: github.event_name == 'release'
with:
allowUpdates: true
artifacts: ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}
Expand Down

0 comments on commit b84a1da

Please sign in to comment.