Skip to content

Commit a6396fd

Browse files
committed
ci: update release workflow
1 parent 90ea455 commit a6396fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/upload-artifact@v4
7575
with:
7676
name: ${{ matrix.artifact_name }}
77-
path: target/${{ matrix.target }}/release/junkanoo*
77+
path: ${{ matrix.os == 'windows-latest' && format('target/{0}/release/junkanoo.exe', matrix.target) || format('target/{0}/release/junkanoo', matrix.target) }}
7878
if-no-files-found: error
7979

8080
create-release:

0 commit comments

Comments
 (0)