Skip to content

Commit

Permalink
PLACEHOLDERs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau committed Feb 3, 2024
1 parent 328177b commit c911910
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 c911910

Please sign in to comment.