Update dotnet.yml
Fixes for macOS artifact publish
This commit is contained in:
parent
cc5c97e1d0
commit
15ede9b17a
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user