We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6a3e3 commit 0b79fa5Copy full SHA for 0b79fa5
.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
26
run: |
27
make
28
make build VERSION=${{ github.event.release.tag_name }}
29
- cd build ; for f in unoserver-rest-api* ; do sha256sum "$f" > "$f".sha256 ; done
30
31
- name: Upload releases
32
uses: softprops/action-gh-release@v1
0 commit comments