Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
I hope it will fix the build. After updates to actions/download & upload-artifact the name of the zip is starting with capital B
  • Loading branch information
mackowski authored Sep 30, 2024
1 parent 2173a44 commit 887b498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: Bundle
- name: Replace bundle with new build
run: |
mv Bundle/bundle.zip bundle.zip
mv Bundle/Bundle.zip bundle.zip
rm -rf Bundle 1>/dev/null 2>&1
- name: Test new bundle
run: zip -T bundle.zip
Expand Down

0 comments on commit 887b498

Please sign in to comment.