Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin authored Jan 23, 2023
1 parent 0b63b53 commit bd98a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Prepare release"
if: ${{ github.event_name == 'push' }}
run: |
rmdir $Env:GITHUB_WORKSPACE\Release\win-x64 /S /Q
Get-ChildItem -Path $Env:GITHUB_WORKSPACE\Release\win-x64 -Recurse -Force | Remove-Item -force -recurse
cd "C:\Program Files\7-Zip\"
.\7z.exe a $Env:GITHUB_WORKSPACE\EU4ToVic3-0.1Adrianopole-win-x64.zip $Env:GITHUB_WORKSPACE\Release\*
cp $Env:GITHUB_WORKSPACE\EU4ToVic3-0.1Adrianopole-win-x64.zip $Env:GITHUB_WORKSPACE\EU4ToVic3-latest-win-x64.zip
Expand Down

0 comments on commit bd98a15

Please sign in to comment.