Skip to content

Commit

Permalink
Merge pull request #148 from Suwayomi/main
Browse files Browse the repository at this point in the history
PLACEHOLDERs too
  • Loading branch information
Robonau authored Feb 3, 2024
2 parents 2480314 + c911910 commit 9b0b69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
run: bun i
- run: bun run build
- run: echo "${{ needs.GenTag.outputs.value }}" > ./build/revision
- run: bun run build-md5
- run: sed -i "s@BUILD_VERSION_PLACEHOLDER@${{ needs.GenTag.outputs.value }}@" ./build/index.html
- run: bun run build-md5
- name: Generate zip
working-directory: ./build
run: zip -r Suwayomi-VUI-Web-${{ needs.GenTag.outputs.value }}.zip ./*
Expand Down

0 comments on commit 9b0b69c

Please sign in to comment.