Skip to content

Commit

Permalink
Fix environment value
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Apr 22, 2020
1 parent 0688862 commit b49ed25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.dotnet }}
- name: set environment
run: echo ::set-env name=workspace::$GITHUB_WORKSPACE
- name: publish
run: dotnet publish HardHat/HardHat.csproj -o "${{ env.workspace }}/Dist/" -c release -r win10-x64
- name: branch
Expand All @@ -37,6 +39,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.dotnet }}
- name: set environment
run: echo ::set-env name=workspace::$GITHUB_WORKSPACE
- name: publish
run: dotnet publish HardHat/HardHat.csproj -o "${{ env.workspace }}/Dist/" -c release -r osx.10.12-x64
- name: branch
Expand Down

0 comments on commit b49ed25

Please sign in to comment.