We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552156a commit 4011130Copy full SHA for 4011130
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -86,7 +86,7 @@ jobs:
86
run: chmod -R +x bin/YMouseButtonControl
87
88
- name: Tar to Preserve Executable Bit
89
- run: tar -cvf ${{ env.APP_NAME }}.${{ env.PACK_VER }}+${{ matrix.rid }}.tar bin/
+ run: tar -cvf ${{ env.APP_NAME }}.${{ env.PACK_VER }}+${{ matrix.rid }}.tar bin/${{ env.APP_NAME }}
90
91
- name: Upload build artifacts
92
if: ${{ startsWith(matrix.rid, 'osx') }}
0 commit comments