Skip to content

Commit

Permalink
Merge pull request #753 from nanu-c/add-release-artifacts-to-release
Browse files Browse the repository at this point in the history
Automatically add release artifacts to releases
  • Loading branch information
nanu-c authored Feb 13, 2022
2 parents bda6397 + 62cbe2f commit 4e4e0fc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,17 +528,16 @@ jobs:
- name: Create draft GitHub release page
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: marvinpinto/[email protected]
with:
tag_name: ${{ env.VERSION }}
release_name: ${{ env.VERSION }}
body: |
-
-
repo_token: ${{ secrets.GITHUB_TOKEN }}
title: ${{ env.VERSION }}
draft: true
prerelease: false
files: |
**/*.AppImage
**/*.click
**/*.deb
- name: Add AppImage to release (x86_64)
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 4e4e0fc

Please sign in to comment.