diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bc2061..a049ffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/upload-release-action@2.2.1 - 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/upload-release-action@2.2.1 + # 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"