Skip to content

Commit

Permalink
chore: Upload AppImage artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdemb committed May 14, 2024
1 parent 8e94f56 commit d76dd36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
cd code && cargo install cargo-appimage
- name: Build AppImage
run: cd code && cargo appimage
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: AppImage
name: mutter-display-presets.AppImage
path: code/target/appimage/mutter-display-presets.AppImage

0 comments on commit d76dd36

Please sign in to comment.