Skip to content

Commit 5f48d02

Browse files
authored
Update appimage-ci.yml (#540)
1 parent 82321e7 commit 5f48d02

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/appimage-ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ jobs:
2525
appimage-builder
2626
2727
- name: Upload AppImage
28-
uses: "marvinpinto/action-automatic-releases@latest"
28+
uses: actions/upload-artifact@v4
2929
with:
30-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
31-
automatic_release_tag: "continuous"
32-
prerelease: true
33-
title: "Continuous Build"
34-
files: |
35-
./ProtonUp-Qt*.AppImage*
30+
name: ProtonUp-Qt
31+
path: ProtonUp-Qt*.AppImage*
32+
if-no-files-found: ignore

0 commit comments

Comments
 (0)