Skip to content

Commit

Permalink
#115 dont exclude, delete after
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-git committed Apr 17, 2024
1 parent cc65f9a commit 5609881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: |
pnpm tauri build
mkdir "dist/user/mods/tarkov-stash-${{ github.sha }}"
xcopy .\src-spt-mod .\dist\user\mods\tarkov-stash-${{ github.sha }} /e /exclude:types\*
xcopy .\src-spt-mod .\dist\user\mods\tarkov-stash-${{ github.sha }} /e
rmdir /s /q .\dist\user\mods\tarkov-stash-${{ github.sha }}\types
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
Expand Down

0 comments on commit 5609881

Please sign in to comment.