Skip to content

Commit

Permalink
Automatically add release artifacts to release
Browse files Browse the repository at this point in the history
Replace unmaintained actions/create-release from CI with action-automatic-releases

https://github.com/marvinpinto/action-automatic-releases
  • Loading branch information
olof-nord committed Feb 12, 2022
1 parent bda6397 commit 62cbe2f
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 62cbe2f

Please sign in to comment.