Skip to content

Commit

Permalink
Fix path to the Packer
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed May 13, 2020
1 parent 7cb6ae7 commit f2af2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ jobs:
run: |
cd $REPO_NAME
./build/bin/Packer -version ${{ env.PACKER_VERSION }}${{ env.PACKER_BETA }} \
./build/bin/Packer.exe -version ${{ env.PACKER_VERSION }}${{ env.PACKER_BETA }} \
-path artifact/Kotatogram/Kotatogram.exe \
-path artifact/Kotatogram/Updater.exe
Expand Down

0 comments on commit f2af2d5

Please sign in to comment.