We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d105510 commit c27b4e4Copy full SHA for c27b4e4
1 file changed
.github/workflows/release.yml
@@ -41,8 +41,6 @@ jobs:
41
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#v}" >> ${GITHUB_ENV}
42
- name: Archive
43
run: tar -czf stu-${{ env.RELEASE_VERSION }}-${{ matrix.targets.target }}.tar.gz -C target/${{ matrix.targets.target }}/release stu
44
- - name: Checksum
45
- run: shasum -a 256 stu-${{ env.RELEASE_VERSION }}-${{ matrix.targets.target }}.tar.gz
46
- name: Upload artifact
47
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
48
with:
@@ -61,8 +59,6 @@ jobs:
61
59
path: releases
62
60
pattern: release-*
63
merge-multiple: true
64
65
- run: sha256sum releases/* > ./releases/checksum.txt
66
- name: Create Draft Release
67
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
68
0 commit comments