mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 23:11:36 +01:00
Compare commits
1 Commits
v1.0.4
...
3579948407
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3579948407 |
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