Skip to content

Commit

Permalink
Fix: パスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed May 30, 2024
1 parent a22d5ff commit 12fe2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
curl.exe https://www.willus.com/archive/zip64/infozip_binaries_win64.zip -o zip64.zip
7z x zip64.zip -oC:\tools
echo "C:/tools/zip64" >> $GITHUB_PATH
echo "C:/tools" >> $GITHUB_PATH
- name: Determine version
id: version
run: |
Expand Down

0 comments on commit 12fe2fa

Please sign in to comment.