File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Publish for Mac
4040 run : |
41- dotnet publish ZXBStudio/ZXBasicStudio.csproj -c Release -r osx-x64 --self-contained true -p:PublishSingleFile=true -o out-mac
41+ dotnet publish ZXBStudio/ZXBasicStudio.csproj -c Release -r osx-x64 --self-contained true -p:PublishSingleFile=true -o out-mac-x64
42+ dotnet publish ZXBStudio/ZXBasicStudio.csproj -c Release -r osx-arm64 --self-contained true -p:PublishSingleFile=true -o out-mac-arm64
4243
4344 - uses : actions/upload-artifact@v4
4445 with :
5354 - uses : actions/upload-artifact@v4
5455 with :
5556 name : ZXBasicStudio-osx-x64
56- path : ~/work/ZXBasicStudio/ZXBasicStudio/out-mac/
57+ path : ~/work/ZXBasicStudio/ZXBasicStudio/out-mac-x64/
58+
59+ - uses : actions/upload-artifact@v4
60+ with :
61+ name : ZXBasicStudio-osx-arm64
62+ path : ~/work/ZXBasicStudio/ZXBasicStudio/out-mac-arm64/
5763
You can’t perform that action at this time.
0 commit comments