Skip to content

Commit

Permalink
Revert "build(deps): bump AppImageCrafters/build-appimage from 1.3 to 2"
Browse files Browse the repository at this point in the history
This reverts commit 158eb8d.

This breaks the build with

'appimagecrafters/appimage-builder:0.8.2' should be either '[path]/Dockerfile' or 'docker://image[:tag]'.

v2 was released a couple of years ago, so I don't expect this gets fixed
at all. Instead go back to last good version.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Apr 17, 2024
1 parent e96c8fb commit 333eef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
scripts/build.sh appimage
- name: build AppImage
uses: AppImageCrafters/build-appimage@v2
uses: AppImageCrafters/build-appimage@v1.3
with:
recipe: .github/AppImageBuilder.yml
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 333eef6

Please sign in to comment.