Skip to content

Commit

Permalink
change deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsugu committed Aug 12, 2024
1 parent 1a8438e commit e88c9f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
if [ -f windows-latest/addframe.exe ] && [ -f windows-latest/addframe.json ]; then
zip -r zipped/addframe-windows.zip windows-latest/addframe.exe windows-latest/addframe.json
fi
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
shell: bash

- name: Upload ZIP files
Expand Down Expand Up @@ -122,4 +121,3 @@ jobs:
./artifacts/zipped/addframe-windows.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e88c9f1

Please sign in to comment.