Skip to content

Commit

Permalink
publish smink.exe on win*
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Aug 3, 2023
1 parent 51cb296 commit cc5bf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: smink-${{ matrix.arch }}-${{ needs.set-version-number.outputs.nuGetVersion }}
path: ./publish/${{ matrix.arch }}/smink
path: ./publish/${{ matrix.arch }}/smink.exe

build-standalone-linux:
name: Build Linux
Expand Down

0 comments on commit cc5bf31

Please sign in to comment.