mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted appimage bundle path
This commit is contained in:
parent
813113676e
commit
a656c79ff7
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build_appimage_bundle.yml
vendored
8
.github/workflows/build_appimage_bundle.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue