Skip to content

Commit

Permalink
#115 xcopy: exclude types folder again
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-git committed Apr 17, 2024
1 parent dc09371 commit cc65f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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 /exclude: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 cc65f9a

Please sign in to comment.