Skip to content

Commit

Permalink
ci: rename bundle folder
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 6, 2024
1 parent 06d23e9 commit dd5544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

- name: Compress bundle
if: steps.semrel.outputs.version != ''
run: zip -r guitos.zip build/*
run: mv build guitos && zip -r guitos.zip guitos/*

- name: Upload bundle to GH release
if: steps.semrel.outputs.version != ''
Expand Down

0 comments on commit dd5544b

Please sign in to comment.