Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Oct 21, 2023
1 parent 1917f3f commit 19f546f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build appimage
run: |
./linuxdeploy --appdir $HOME/lucas/
./linuxdeploy -v --appdir $HOME/lucas/
ARCH=x86_64 ./appimagetool -n $HOME/lucas/
- name: release
Expand All @@ -66,5 +66,5 @@ jobs:
automatic_release_tag: continuous-stable
prerelease: false
draft: false
files: $HOME/Dolphin-*.AppImage*
files: $HOME/*.AppImage*
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 19f546f

Please sign in to comment.