Browse Source
Fix: degrade to fix upload
pull/145/head
202108081659
loyalsoldier
3 years ago
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90
1 changed files with
1 additions and
1 deletions
-
.github/workflows/run.yml
|
|
@ -188,7 +188,7 @@ jobs: |
|
|
|
sha256sum rules.zip > rules.zip.sha256sum |
|
|
|
|
|
|
|
- name: Release and upload assets |
|
|
|
uses: softprops/action-gh-release@v1 |
|
|
|
uses: softprops/action-gh-release@v0.1.6 |
|
|
|
with: |
|
|
|
name: ${{ env.RELEASE_NAME }} |
|
|
|
tag_name: ${{ env.TAG_NAME }} |
|
|
|