Skip to content

Commit

Permalink
ci: Fix app image release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RainingComputers committed Jan 9, 2025
1 parent 06de5a0 commit 8fa9e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo chmod +x /usr/local/bin/appimagetool
sudo pip3 install appimage-builder
- name: Build AppImage
run: appimage-builder --recipe ci/Linux/appimage/appimage-x86_64.yml --skip-test
run: sudo appimage-builder --recipe ci/Linux/appimage/appimage-x86_64.yml --skip-test
- name: Set release file
id: set_file
run: echo "##[set-output name=files;]$(find . -name '*.AppImage')"
Expand Down

0 comments on commit 8fa9e6e

Please sign in to comment.