fix ghes error

This commit is contained in:
naielv
2025-06-28 00:03:12 +02:00
parent 5799c3f784
commit 299bf81640

View File

@@ -19,7 +19,7 @@ jobs:
- name: "Build app" - name: "Build app"
run: "python3 build.py" run: "python3 build.py"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
# Upload built files # Upload built files
name: 'TeleSec-dist' name: 'TeleSec-dist'