Update dotnet.yml

Fixes for macOS artifact publish
This commit is contained in:
Joseph Moreno 2023-02-10 13:48:21 -05:00
parent cc5c97e1d0
commit 15ede9b17a

View File

@ -59,7 +59,7 @@ jobs:
./test.command
cd ./src/bin/Release/net7.0/osx-x64/publish
zip -r -0 macOS-Artifact.zip *.app
mv *.zip ../../../../../../../.
mv *.zip ../../../../../../.
- uses: actions/upload-artifact@v2
with:
name: macOS-Artifact