Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 9759787

Browse files
committed
Set correct target
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent 9917d38 commit 9759787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
run: |
8787
gh release create v${{ needs.build.outputs.version }} \
8888
--draft \
89+
--target "${{ needs.build.outputs.target }}"
8990
--title "v${{ needs.build.outputs.version }}" \
9091
--notes "$(cat << 'EOM'
9192
${{ needs.build.outputs.changelog }}

0 commit comments

Comments
 (0)