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
|
./test.command
|
||||||
cd ./src/bin/Release/net7.0/osx-x64/publish
|
cd ./src/bin/Release/net7.0/osx-x64/publish
|
||||||
zip -r -0 macOS-Artifact.zip *.app
|
zip -r -0 macOS-Artifact.zip *.app
|
||||||
mv *.zip ../../../../../../../.
|
mv *.zip ../../../../../../.
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: macOS-Artifact
|
name: macOS-Artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user