Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
icai committed Nov 28, 2024
1 parent c82682b commit cd82532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Zip the dist folder and rename to wizard.zip
- name: Zip and Rename Build Artifacts
run: |
zip -r wizard.zip dist/* # Ensure dist is the output folder
zip -r wizard.zip dist/*
# Upload the wizard.zip file as an artifact
- name: Upload Artifact
Expand Down

0 comments on commit cd82532

Please sign in to comment.