Skip to content

Commit

Permalink
🔧 fixed ci bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreedzt committed May 4, 2024
1 parent ccafe65 commit da51005
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 @@ -212,7 +212,7 @@ jobs:
mkdir -p "$ARCHIVE"/{complete,doc}
cp "$BIN" "$ARCHIVE"/
cp {README.md,LICENSE} "$ARCHIVE"/
cp {DEPLOYMENT.md} "$ARCHIVE"/doc/
cp DEPLOYMENT.md "$ARCHIVE"/doc/
- name: Build archive (Windows)
shell: bash
Expand Down

0 comments on commit da51005

Please sign in to comment.