Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Sep 21, 2023
1 parent ddfa21d commit aa18d1a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/appimage_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
run: |
appimagetool --appimage-extract
./squashfs-root/AppRun miria.AppDir/
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: appimage
path: '*.AppImage'
mv miria-x86_64.AppImage miria-$BUMP_VERSION-amd64.AppImage
- name: Upload AppImage file
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload v$BUMP_VERSION miria-$BUMP_VERSION-amd64.AppImage

0 comments on commit aa18d1a

Please sign in to comment.