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:
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
@@ -27,10 +27,17 @@ jobs:
|
|||||||
- name: Build EXE
|
- name: Build EXE
|
||||||
run: pyinstaller client.py
|
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
|
- name: Archive EXE
|
||||||
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: gh release create ${{ github.ref_name }} "release.zip" --generate-notes --title "release-${{ github.ref_name }}"
|
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