We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0688862 commit b49ed25Copy full SHA for b49ed25
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/setup-dotnet@v1
20
with:
21
dotnet-version: ${{ env.dotnet }}
22
+ - name: set environment
23
+ run: echo ::set-env name=workspace::$GITHUB_WORKSPACE
24
- name: publish
25
run: dotnet publish HardHat/HardHat.csproj -o "${{ env.workspace }}/Dist/" -c release -r win10-x64
26
- name: branch
@@ -37,6 +39,8 @@ jobs:
37
39
38
40
41
42
43
44
45
run: dotnet publish HardHat/HardHat.csproj -o "${{ env.workspace }}/Dist/" -c release -r osx.10.12-x64
46
0 commit comments