adjusted appimage bundle path

This commit is contained in:
DJ2LS 2024-04-19 10:43:25 +02:00
parent 813113676e
commit a656c79ff7

View file

@ -108,6 +108,14 @@ jobs:
- name: LIST ALL FILES
run: ls -R
- name: Move AppImage
run: |
cp FreeDATA-x86_64.AppImage $HOME/FreeDATA-x86_64.AppImage
- name: LIST ALL FILES
run: ls -R
- name: Upload artifact
uses: actions/upload-artifact@v4
with: