Misc. fixes
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
pyinstaller --onefile --add-data "ui:ui" wolServer.py
|
||||
|
||||
- name: Upload x86_64 Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: executable-x86_64
|
||||
path: app/dist/wolServer
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
docker rm $container_id
|
||||
|
||||
- name: Upload ARM Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: executable-arm
|
||||
path: app/dist/wolServer
|
||||
|
||||
Reference in New Issue
Block a user