Skip to content

Commit 76c0c2f

Browse files
committed
fix tar
1 parent 4011130 commit 76c0c2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
run: chmod -R +x bin/YMouseButtonControl
8787

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

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

0 commit comments

Comments
 (0)