This commit is contained in:
2024-03-09 00:50:54 +01:00
parent 4fca381044
commit 8f57966c0b

View File

@@ -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