Skip to content

Commit

Permalink
Disable appImage until the step is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilaair committed Oct 6, 2022
1 parent 0538d8c commit 2ec2c89
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ jobs:
# Tag to use as a release.
tag: ${{ github.ref }}

- name: Build AppImage
uses: AppImageCrafters/build-appimage@master
with:
recipe: "AppImageBuilder.yml"

- name: Upload AppImage to release
uses: svenstaro/[email protected]
with:
# GitHub token.
repo_token: ${{ secrets.GITHUB_TOKEN }}
# Local file to upload.
file: Sidekick-latest-x86_64.AppImage
asset_name: sidekick-linux-${{ github.event.release.tag_name }}.AppImage
#- name: Build AppImage
# uses: AppImageCrafters/build-appimage@master
# with:
# recipe: "AppImageBuilder.yml"

#- name: Upload AppImage to release
# uses: svenstaro/[email protected]
# with:
# # GitHub token.
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# # Local file to upload.
# file: Sidekick-latest-x86_64.AppImage
# asset_name: sidekick-linux-${{ github.event.release.tag_name }}.AppImage
# Tag to use as a release.
tag: ${{ github.ref }}
# tag: ${{ github.ref }}

build-macos:
name: "Build MacOS"
Expand Down

0 comments on commit 2ec2c89

Please sign in to comment.