Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
action: release
Browse files Browse the repository at this point in the history
  • Loading branch information
koriwi committed Jun 5, 2022
1 parent 59d56de commit 8a58bae
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,12 @@ jobs:
- name: zip up windows
run: zip -j freedeck-companion-windows ./target/x86_64-pc-windows-gnu/release/freedeck-companion.exe

- name: release
uses: actions/create-release@v1
id: create_release
- uses: ncipollo/release-action@v1
with:
draft: false
prerelease: true
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}
allowUpdates: true
artifacts: "freedeck-companion-linux.zip,freedeck-companion-windows.zip"
token: ${{ github.token }}
tag: ${{ steps.version.outputs.version }}

- name: upload linux artifact
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8a58bae

Please sign in to comment.