Skip to content

Commit efbadcd

Browse files
committed
variables are fun 🥳
1 parent 5202288 commit efbadcd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/upload-artifact@v3
5656
with:
5757
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
5959

6060
build-windows:
6161
runs-on: windows-latest # For a list of available runner types, refer to
@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/upload-artifact@v3
109109
with:
110110
name: Windows
111-
path: "$env:GITHUB_WORKSPACE/OpenSee/OpenSee.msix"
111+
path: ${{ github.workspace }}/OpenSee/OpenSee.msix
112112

113113
create-release:
114114
needs: [build-macos, build-windows]

build.sh

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ dotnet build OpenSee.Common/OpenSee.Common.csproj -c Release
1313

1414
msbuild OpenSee.sln /target:OpenSeeXF_MacOS:Rebuild /p:Configuration=Release
1515

16-
echo "checking files"
17-
cd $GITHUB_WORKSPACE
18-
ls
1916
cd $GITHUB_WORKSPACE/OpenSeeXF/OpenSeeXF.MacOS/bin/Release
20-
ls
2117

2218
ditto -c -k --sequesterRsrc --keepParent OpenSee.app OpenSee.app.zip
23-
ls

0 commit comments

Comments
 (0)