mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
WINDOWS
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user