Skip to content

Commit

Permalink
Action: using softprops/action-gh-release for a continuous release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Mar 16, 2024
1 parent 58184df commit 6c94c3d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
run: alr --non-interactive build
- name: Build AppImage
run: VERSION=$(printf "dev-`git -C . rev-parse --short HEAD`") bin/alr2appimage
- name: Upload artifacts
uses: actions/upload-artifact@v3
- name: Release
uses: softprops/action-gh-release@v2
with:
name: build-artifacts
path: alr2appimage*.AppImage
files: alr2appimage*.AppImage
prerelease: true
tag_name: continuous

0 comments on commit 6c94c3d

Please sign in to comment.