Skip to content

Commit 6f4c912

Browse files
committed
Stop using softprops/action-gh-release@v1
which fails to upload all files.
1 parent 46474b5 commit 6f4c912

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/upload-database.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ jobs:
8888
sha256sum -b "${i}" >> $(echo *.sql).sha256sum
8989
done
9090
91-
- name: "Upload database dump as GitHub release asset (for tagged release)"
92-
uses: softprops/action-gh-release@v1
93-
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
94-
with:
95-
files: |
96-
*.sql.[0-9][0-9]
97-
*.sql.sha256sum
98-
tag_name: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag || '' }}
99-
env:
100-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101-
10291
- name: "Upload database dump as release assets using xresloader/upload-to-github-release@v1"
10392
uses: xresloader/upload-to-github-release@v1
10493
env:

0 commit comments

Comments
 (0)