mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2026-06-19 19:22:37 +02:00
Compare commits
1 Commits
v1.0.4
...
3579948407
| Author | SHA1 | Date | |
|---|---|---|---|
| 3579948407 |
@@ -27,6 +27,12 @@ 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
|
||||||
|
|
||||||
@@ -34,3 +40,4 @@ jobs:
|
|||||||
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 }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user