Skip to content

Commit

Permalink
Merge pull request #159 from Suwayomi/main
Browse files Browse the repository at this point in the history
fix the web zip artifact name
  • Loading branch information
Robonau authored Feb 5, 2024
2 parents 8d0b7d3 + 1e70a1d commit d46c6d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,14 @@ jobs:
with:
name: build-files-${{ needs.GenTag.outputs.value }}
path: ./
- run: ls
- name: Generate zip
working-directory: ./build
run: zip -r Suwayomi-VUI-Web.zip ./*
- run: ls ./build
run: zip -r Suwayomi-VUI-Web-${{ needs.GenTag.outputs.value }}.zip ./*
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
./build/Suwayomi-VUI-Web.zip
./build/Suwayomi-VUI-Web-${{ needs.GenTag.outputs.value }}.zip
./buildZip/md5sum
name: ${{ needs.GenTag.outputs.value }}
tag_name: ${{ needs.GenTag.outputs.value }}
Expand Down

0 comments on commit d46c6d9

Please sign in to comment.