Update build-project.yml

This commit is contained in:
DJ2LS 2021-08-28 15:35:54 +02:00 committed by GitHub
parent c788f201d8
commit 697636969e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,16 @@ jobs:
- name: chmod +x
shell: bash
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
uses: actions/upload-artifact@v2