Skip to content

Commit

Permalink
[CI] Fix artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jan 21, 2025
1 parent f064c6a commit 0e80d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appimage_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ github.sha }}
workflow: appimage_continuous.yml
name: linux-aarch64
path: AppImage/

Expand All @@ -60,6 +61,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ github.sha }}
workflow: appimage_continuous.yml
name: linux-x86_64
path: AppImage/

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/appimage_versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ github.sha }}
workflow: appimage_versioned.yml
name: linux-aarch64
path: AppImage/

Expand All @@ -65,7 +66,9 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ github.sha }}
workflow: appimage_versioned.yml
name: linux-x86_64
path: AppImage/

- name: Create versioned release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 0e80d93

Please sign in to comment.