We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46474b5 commit 6f4c912Copy full SHA for 6f4c912
.github/workflows/upload-database.yml
@@ -88,17 +88,6 @@ jobs:
88
sha256sum -b "${i}" >> $(echo *.sql).sha256sum
89
done
90
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
-
102
- name: "Upload database dump as release assets using xresloader/upload-to-github-release@v1"
103
uses: xresloader/upload-to-github-release@v1
104
env:
0 commit comments