Skip to content

Commit

Permalink
Temporarily disable AppImage asc upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Mar 12, 2021
1 parent dd6ebf4 commit 1efdc63
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ jobs:
asset_name: firefly-desktop-${{ env.RELEASE_VERSION }}.AppImage
asset_content_type: application/octet-stream

- name: Upload Linux code signature asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: assets/firefly-desktop-${{ env.RELEASE_VERSION }}.AppImage.asc
asset_name: firefly-desktop-${{ env.RELEASE_VERSION }}.AppImage.asc
asset_content_type: application/pgp-signature
# - name: Upload Linux code signature asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: assets/firefly-desktop-${{ env.RELEASE_VERSION }}.AppImage.asc
# asset_name: firefly-desktop-${{ env.RELEASE_VERSION }}.AppImage.asc
# asset_content_type: application/pgp-signature


- name: Listing artifacts
Expand Down

0 comments on commit 1efdc63

Please sign in to comment.