Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 28, 2022
1 parent 71a8e62 commit c871348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
[update-packagejson, build-dotnet, build-dotnet-experimental, build-unity]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ needs.update-packagejson.outputs.sha }}
- uses: ./.github/actions/setup-dotnet
# Create Release
- uses: actions/create-release@v1
Expand Down

0 comments on commit c871348

Please sign in to comment.