Skip to content

Commit 4011130

Browse files
committed
Add app name to the tar command
1 parent 552156a commit 4011130

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
@@ -86,7 +86,7 @@ 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/
89+
run: tar -cvf ${{ env.APP_NAME }}.${{ env.PACK_VER }}+${{ matrix.rid }}.tar bin/${{ env.APP_NAME }}
9090

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

0 commit comments

Comments
 (0)