Skip to content

Commit

Permalink
ditch the appimage build action
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Dec 14, 2024
1 parent bed0828 commit ce24219
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,16 @@ jobs:
- uses: actions/checkout@v3
- name: Set up APPDIR for after_bundle
run: echo "APPDIR=$PWD/AppDir" >> $GITHUB_ENV
- name: Install appimage-builder
run: |
wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
chmod +x appimage-builder-x86_64.AppImage
sudo mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder
- name: Build AppImage
uses: AppImageCrafters/build-appimage@v1.3
with:
recipe: './release-utils/appimage/appimage-builder.yml'
env:
APP_VERSION: ${{ needs.parse_tag.outputs.version }}
run: |
make build-appimage
- name: Rename AppImage for GitHub releases page
run: mv rclip-${{ needs.parse_tag.outputs.version }}-x86_64.AppImage rclip-${{ needs.parse_tag.outputs.version }}-amd64.AppImage
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ce24219

Please sign in to comment.