We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4011130 commit 76c0c2fCopy full SHA for 76c0c2f
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -86,7 +86,8 @@ jobs:
86
run: chmod -R +x bin/YMouseButtonControl
87
88
- name: Tar to Preserve Executable Bit
89
- run: tar -cvf ${{ env.APP_NAME }}.${{ env.PACK_VER }}+${{ matrix.rid }}.tar bin/${{ env.APP_NAME }}
+ if: ${{ startsWith(matrix.rid, 'osx') }}
90
+ run: tar -cvf ${{ env.APP_NAME }}.${{ steps.gitversion.outputs.semVer }}+${{ matrix.rid }}.tar bin/${{ env.APP_NAME }}
91
92
- name: Upload build artifacts
93
if: ${{ startsWith(matrix.rid, 'osx') }}
0 commit comments