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
c788f201d8
commit
697636969e
1 changed files with 10 additions and 1 deletions
9
.github/workflows/build-project.yml
vendored
9
.github/workflows/build-project.yml
vendored
|
@ -133,6 +133,15 @@ jobs:
|
|||
run: |
|
||||
chmod +x ./gui/dist/*.AppImage
|
||||
|
||||
|
||||
- name: Create app bundle
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir gui-bundle
|
||||
cp ./gui/dist/*.AppImage gui-bundle
|
||||
cp -R ./tnc/dist gui-bundle
|
||||
zip -r codec2-FreeDATA_ubuntu.zip gui-bundle
|
||||
|
||||
- name: Upload Ubuntu GUI Bundle artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue