Skip to content

Commit

Permalink
CI: modify build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jul 12, 2023
1 parent 377f486 commit 89d5b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ jobs:
- name: Upload To Github Release
run: |
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --notes-file ${{github.workspace}}/Release.md
gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/*
gh release upload ${{ github.ref_name }} ${{github.workspace}}/Release.md
gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/* ${{github.workspace}}/Release.md
2 changes: 1 addition & 1 deletion 3th_libs/LunarCalendar

0 comments on commit 89d5b4e

Please sign in to comment.