Skip to content

Commit

Permalink
ci: remove appimage from release
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Oct 24, 2023
1 parent 4dc710a commit 8057f1c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,18 @@ jobs:
draft: true
prerelease: false
files: |
**/*.AppImage
**/*.click
**/*.deb
- name: Add AppImage to release (x86_64)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build-artifacts/Axolotl-AppImage/Axolotl-x86_64.AppImage
asset_name: Axolotl-${{ env.VERSION }}-x86_64.AppImage
asset_content_type: application/vnd.appimage
# - name: Add AppImage to release (x86_64)
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./build-artifacts/Axolotl-AppImage/Axolotl-x86_64.AppImage
# asset_name: Axolotl-${{ env.VERSION }}-x86_64.AppImage
# asset_content_type: application/vnd.appimage

- name: Add click to release (amd64)
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8057f1c

Please sign in to comment.