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 a02659c commit 845a993Copy full SHA for 845a993
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
fi
84
echo $PRERELEASE
85
86
- mv target/${{ matrix.job.target }}/release/gfold${{ '.exe' && startsWith(matrix.job.os, 'windows-') || '' }} ${{ matrix.job.asset_name }}
+ mv target/${{ matrix.job.target }}/release/gfold${{ startsWith(matrix.job.os, 'windows-') && '.exe' || '' }} ${{ matrix.job.asset_name }}
87
- uses: softprops/action-gh-release@v2
88
with:
89
files: ${{ matrix.job.asset_name }}
0 commit comments