We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8247d16 commit cbdfa4aCopy full SHA for cbdfa4a
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Tar to Preserve Executable Bit
83
if: ${{ startsWith(matrix.rid, 'osx') }}
84
- 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/
85
86
- name: Upload build artifacts
87
0 commit comments