Skip to content

Commit

Permalink
WINDOWS
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Mar 8, 2024
1 parent 4fca381 commit 8f57966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
mkdir -p /tmp/artifacts
if [ ${{ matrix.os }} == 'windows-latest' ]; then
mv dist/*.exe /tmp/artifacts
mv dist/*.exe d:\tmp\artifacts
elif [ ${{ matrix.os }} == 'macos-latest' ]; then
mv dist/*.dmg /tmp/artifacts
else
Expand Down

0 comments on commit 8f57966

Please sign in to comment.