Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohayoyogi committed Oct 7, 2024
1 parent 36d6ad0 commit e74ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: zip files
run: |
./build.sh ${{ github.ref_name }}
bash ./build.sh ${{ github.ref_name }}
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit e74ec14

Please sign in to comment.