Skip to content

Commit

Permalink
Add stage strike app, update action
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorb64 committed Dec 20, 2024
1 parent 99f5ab2 commit efc3a64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run gen_release.ps1
shell: pwsh
Expand All @@ -20,7 +20,8 @@ jobs:
./gen_release.ps1
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-windows
path: TournamentStreamHelper/**
path: TournamentStreamHelper/**
compression-level: 9
1 change: 1 addition & 0 deletions scripts/gen_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Get-ChildItem -Path "layout" -Recurse | Where-Object {
}

Copy-Item -Recurse -Force "user_data" "TournamentStreamHelper\user_data"
Copy-Item -Recurse -Force "stage_strike_app" "TournamentStreamHelper\stage_strike_app"
Copy-Item -Force "LICENSE" "TournamentStreamHelper\LICENSE"
Copy-Item -Force "TSH.exe" "TournamentStreamHelper\TSH.exe"

Expand Down

0 comments on commit efc3a64

Please sign in to comment.