Skip to content

Commit

Permalink
ci: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Jun 26, 2024
1 parent 97e9402 commit 6dc81e9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Zip source code
run: zip -r resume-ng-zh.zip .

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: resume-ng-zh.zip

- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -32,6 +38,4 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
resume-ng-zh.zip
resume-ng-en.zip
files: resume-ng-en.zip

0 comments on commit 6dc81e9

Please sign in to comment.