mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-05 22:51:34 +01:00
fix: copy helper scripts instead of fixed
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -27,6 +27,12 @@ jobs:
|
||||
- name: Build EXE
|
||||
run: pyinstaller client.py
|
||||
|
||||
- name: Copy helper scripts
|
||||
run: |
|
||||
cp .\dist\run.bat .\dist\client\
|
||||
cp .\dist\run.ps1 .\dist\client\
|
||||
cp .\windows_run_as_admin.ps1 .\dist\client\
|
||||
|
||||
- name: Archive EXE
|
||||
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
||||
|
||||
@@ -34,3 +40,4 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release create ${{ github.ref_name }} "release.zip" --generate-notes --title "release-${{ github.ref_name }}"
|
||||
|
||||
|
||||
0
dist/client/run.bat → dist/run.bat
vendored
0
dist/client/run.bat → dist/run.bat
vendored
0
dist/client/run.ps1 → dist/run.ps1
vendored
0
dist/client/run.ps1 → dist/run.ps1
vendored
Reference in New Issue
Block a user