Skip to content

Commit 0109790

Browse files
committed
tar just the file
1 parent 76c0c2f commit 0109790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Tar to Preserve Executable Bit
8989
if: ${{ startsWith(matrix.rid, 'osx') }}
90-
run: tar -cvf ${{ env.APP_NAME }}.${{ steps.gitversion.outputs.semVer }}+${{ matrix.rid }}.tar bin/${{ env.APP_NAME }}
90+
run: tar -C bin -cvf ${{ env.APP_NAME }}.${{ steps.gitversion.outputs.semVer }}+${{ matrix.rid }}.tar ${{ env.APP_NAME }}
9191

9292
- name: Upload build artifacts
9393
if: ${{ startsWith(matrix.rid, 'osx') }}

0 commit comments

Comments
 (0)