Skip to content

Commit

Permalink
Revert "#115 try to not rezip in build_branch.yml"
Browse files Browse the repository at this point in the history
This reverts commit a107143.
  • Loading branch information
angel-git committed Apr 27, 2024
1 parent a107143 commit 1df5d40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
xcopy .\src-spt-mod .\dist\user\mods\tarkov-stash-${{ github.sha }} /e
Remove-Item -Path .\dist\user\mods\tarkov-stash-${{ github.sha }}\types -Force -Recurse
mv ./src-tauri/target/release/tarkov-stash.exe ./dist/user/mods/tarkov-stash-${{ github.sha }}/tarkov-stash-${{ github.sha }}_x64-portable.exe
Compress-Archive -Path ./dist/* -Destination ./tarkov-stash-${{ github.sha }}.zip
- uses: actions/upload-artifact@v4
with:
name: tarkov-stash-${{ github.sha }}
path: ./dist
name: tarkov-stash
path: ./tarkov-stash-${{ github.sha }}.zip

0 comments on commit 1df5d40

Please sign in to comment.