Skip to content

Commit

Permalink
build: fixes to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzu committed Dec 23, 2022
1 parent 7f5f5c4 commit 2ffb3e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
strategy:
matrix:
include:
- os: "Linux Build"
- os: Linux
build: Linux Build
artifact_name: ImpressionMovieMaker.bin
ext: ".bin"
asset_name: ImpressionMovieMaker-linux-amd64
- os: "Windows Build"
- os: Windows
build: Windows Build
artifact_name: ImpressionMovieMaker.exe
ext: ".exe"
asset_name: ImpressionMovieMaker-windows-amd64
Expand All @@ -93,7 +95,7 @@ jobs:
with:
repo: fetzu/ImpressionMovieMaker
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: ${{ matrix.os }}
artifact_name: ${{ matrix.build }}
rename: ${{ matrix.artifact_name }}

- name: Upload binaries to release
Expand Down

0 comments on commit 2ffb3e9

Please sign in to comment.