Skip to content

Commit

Permalink
tar everything for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithBeam committed Oct 27, 2024
1 parent 8247d16 commit cbdfa4a
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 @@ -81,7 +81,7 @@ jobs:

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

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

0 comments on commit cbdfa4a

Please sign in to comment.