Skip to content

Commit

Permalink
Fix action after name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Mar 14, 2024
1 parent bba196f commit 57667cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Build
run: alr --non-interactive build
- name: Build AppImage
run: VERSION=$(printf "dev-`git -C . rev-parse --short HEAD`") bin/alr_appimage
run: VERSION=$(printf "dev-`git -C . rev-parse --short HEAD`") bin/alr2appimage
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: alr_appimage*.AppImage
path: alr2appimage*.AppImage

0 comments on commit 57667cc

Please sign in to comment.