We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea455 commit a6396fdCopy full SHA for a6396fd
.github/workflows/release.yaml
@@ -74,7 +74,7 @@ jobs:
74
uses: actions/upload-artifact@v4
75
with:
76
name: ${{ matrix.artifact_name }}
77
- path: target/${{ matrix.target }}/release/junkanoo*
+ path: ${{ matrix.os == 'windows-latest' && format('target/{0}/release/junkanoo.exe', matrix.target) || format('target/{0}/release/junkanoo', matrix.target) }}
78
if-no-files-found: error
79
80
create-release:
0 commit comments