Skip to content

Commit

Permalink
build: fix release build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira authored Mar 10, 2024
1 parent 70388ba commit cc1e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cd artifact && npx downdoc -a env-github -a env-thunderstore README.adoc && zip -r ttik-${{ steps.release.outputs.tag_name }}-thunderstore.zip ./ && cd ..
mv artifact/ttik-${{ steps.release.outputs.tag_name }}-thunderstore.zip .
rm artifact/README.md
unzip pi_utils-v0.2.0.zip -n -d artifact
unzip pi_utils-v0.2.0.zip -d ./artifact/
cd artifact && zip -r ttik-${{ steps.release.outputs.tag_name }}.zip ./ && cd ..
mv artifact/ttik-${{ steps.release.outputs.tag_name }}.zip .
- name: Upload release artifact
Expand Down

0 comments on commit cc1e2c6

Please sign in to comment.