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
a656c79ff7
commit
8da6f1b64d
1 changed files with 2 additions and 8 deletions
10
.github/workflows/build_appimage_bundle.yml
vendored
10
.github/workflows/build_appimage_bundle.yml
vendored
|
@ -108,25 +108,19 @@ 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:
|
||||
name: 'FreeDATA-x86_64.AppImage'
|
||||
path: ./$HOME/FreeDATA-x86_64.AppImage
|
||||
path: FreeDATA-x86_64.AppImage
|
||||
|
||||
- name: Upload Installer to Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
draft: true
|
||||
files: ./$HOME/FreeDATA-x86_64.AppImage
|
||||
files: FreeDATA-x86_64.AppImage
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: 'FreeDATA-x86_64.AppImage'
|
||||
|
|
Loading…
Reference in a new issue