Skip to content

Commit

Permalink
Fix release artifacts not being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Jan 17, 2023
1 parent a0eb46e commit 99e3f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- run: scripts\package.ps1

- uses: softprops/action-gh-release@v1
# Pin version until this is fixed: https://github.com/softprops/action-gh-release/issues/280
- uses: softprops/[email protected]
with:
draft: true
files: |
Expand Down

0 comments on commit 99e3f33

Please sign in to comment.