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
11
.github/workflows/build-project.yml
vendored
11
.github/workflows/build-project.yml
vendored
|
@ -131,7 +131,16 @@ jobs:
|
||||||
- name: chmod +x
|
- name: chmod +x
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./gui/dist/*.AppImage
|
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
|
- name: Upload Ubuntu GUI Bundle artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in a new issue