Skip to content

Commit

Permalink
tar just the file
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithBeam committed Oct 1, 2024
1 parent 76c0c2f commit 0109790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Tar to Preserve Executable Bit
if: ${{ startsWith(matrix.rid, 'osx') }}
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 }}

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

0 comments on commit 0109790

Please sign in to comment.