Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 25, 2024
1 parent 09e56e4 commit b208086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Add assets to package
run: |
rm -f '${{ env.ASSETS_DIR }}'/**/*.aseprite '${{ env.ASSETS_DIR }}/mockup'
rm -rf '${{ env.ASSETS_DIR }}'/**/*.aseprite '${{ env.ASSETS_DIR }}/mockup'
cp -r '${{ env.ASSETS_DIR }}' '${{ env.OUT_DIR }}' || true # Ignore error if there's nothing to copy
- name: Add web content to package (Web)
Expand Down

0 comments on commit b208086

Please sign in to comment.