Skip to content

Commit

Permalink
Restore build upload. Closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Apr 4, 2021
1 parent 11c8ff8 commit f4dcd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release assets
if: false && steps.get_release.outputs.upload_url != null
if: steps.get_release.outputs.upload_url != null
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f4dcd93

Please sign in to comment.