File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 55
55
- uses : actions/upload-artifact@v3
56
56
with :
57
57
name : macOS
58
- path : " $GITHUB_WORKSPACE /OpenSeeXF/OpenSeeXF.MacOS/bin/Release/OpenSee.app.zip"
58
+ path : ${{ github.workspace }} /OpenSeeXF/OpenSeeXF.MacOS/bin/Release/OpenSee.app.zip
59
59
60
60
build-windows :
61
61
runs-on : windows-latest # For a list of available runner types, refer to
@@ -108,7 +108,7 @@ jobs:
108
108
- uses : actions/upload-artifact@v3
109
109
with :
110
110
name : Windows
111
- path : " $env:GITHUB_WORKSPACE /OpenSee/OpenSee.msix"
111
+ path : ${{ github.workspace }} /OpenSee/OpenSee.msix
112
112
113
113
create-release :
114
114
needs : [build-macos, build-windows]
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ dotnet build OpenSee.Common/OpenSee.Common.csproj -c Release
13
13
14
14
msbuild OpenSee.sln /target:OpenSeeXF_MacOS:Rebuild /p:Configuration=Release
15
15
16
- echo " checking files"
17
- cd $GITHUB_WORKSPACE
18
- ls
19
16
cd $GITHUB_WORKSPACE /OpenSeeXF/OpenSeeXF.MacOS/bin/Release
20
- ls
21
17
22
18
ditto -c -k --sequesterRsrc --keepParent OpenSee.app OpenSee.app.zip
23
- ls
You can’t perform that action at this time.
0 commit comments