Compare commits
2 Commits
v2026.03.1
...
v2026.03.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90df81d308 | ||
|
|
53941da35c |
6
.github/workflows/windows-agent-release.yml
vendored
6
.github/workflows/windows-agent-release.yml
vendored
@@ -31,16 +31,16 @@ jobs:
|
||||
- name: Build hidden EXE with PyInstaller
|
||||
shell: bash
|
||||
run: |
|
||||
pyinstaller --noconfirm --clean --onefile --noconsole --name telesec-windows-agent python_sdk/windows_agent.py
|
||||
cd python_sdk ; pyinstaller --noconfirm --clean --onefile --noconsole --hidden-import=telesec_couchdb --name telesec-windows-agent windows_agent.py
|
||||
|
||||
- name: Upload workflow artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: telesec-windows-agent
|
||||
path: dist/telesec-windows-agent.exe
|
||||
path: python_sdk/dist/telesec-windows-agent.exe
|
||||
|
||||
- name: Upload asset to GitHub Release
|
||||
if: github.event_name == 'release'
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: dist/telesec-windows-agent.exe
|
||||
files: python_sdk/dist/telesec-windows-agent.exe
|
||||
|
||||
Reference in New Issue
Block a user