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