Skip to content

Commit

Permalink
Made some changes to the GitHub Actions release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 4, 2023
1 parent 0a013da commit 7976385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
############################################################
- name: Build
shell: bash
run: build/make_release -r ${{github.ref}} -w ${{github.workspace}} -t ${{runner.temp}}/tmp -o ${{runner.temp}}/out
run: build/make_release -W 1 -r ${{github.ref}} -w ${{github.workspace}} -t ${{runner.temp}}/tmp -o ${{runner.temp}}/out
############################################################
- name: Deploy Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7976385

Please sign in to comment.