Skip to content

Commit cbdfa4a

Browse files
committed
tar everything for macos
1 parent 8247d16 commit cbdfa4a

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
@@ -81,7 +81,7 @@ jobs:
8181

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

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

0 commit comments

Comments
 (0)