Skip to content

Commit

Permalink
update github actions to create releases as drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 3, 2023
1 parent e1cacff commit a1a8463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: "HelloHTTP-${{ github.ref_name }}-ubuntu-${{ runner.arch }}.tar.gz"
draft: true
build-windows:
runs-on: windows-2019
steps:
Expand All @@ -44,6 +45,7 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: "HelloHTTP-${{ github.ref_name }}-windows-${{ runner.arch }}.zip"
draft: true
build-macos:
runs-on: macos-11
steps:
Expand All @@ -57,3 +59,4 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: "./HelloHTTP-${{ github.ref_name }}-macos-${{ runner.arch }}.dmg"
draft: true

0 comments on commit a1a8463

Please sign in to comment.