mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build-project.yml
This commit is contained in:
parent
e57121844a
commit
66bafbd0cc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-project.yml
vendored
3
.github/workflows/build-project.yml
vendored
|
@ -142,6 +142,7 @@ jobs:
|
|||
cp -R ./tnc/dist gui-bundle
|
||||
cd ./gui-bundle
|
||||
zip -r codec2-FreeDATA_ubuntu.zip .
|
||||
ls -R
|
||||
|
||||
- name: Upload Ubuntu GUI Bundle artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
@ -149,7 +150,7 @@ jobs:
|
|||
name: gui-bundle-ubuntu-artifact
|
||||
#path: ./gui/dist/*.AppImage
|
||||
#path: ./gui/dist/*
|
||||
path: ./gui/dist/codec2-FreeDATA_ubuntu.zip
|
||||
path: ./gui-bundle/codec2-FreeDATA_ubuntu.zip
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue