Skip to content

Commit 7ecbbac

Browse files
committed
include SHA256SUM
1 parent e629204 commit 7ecbbac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
git clone https://opendev.org/openstack/octavia -b stable/${{ env.openstack_version }}
3333
cd octavia/diskimage-create
3434
./diskimage-create.sh
35+
sha256sum amphora-x64-haproxy.qcow2 > SHA256SUM
3536
- name: Release
3637
uses: softprops/action-gh-release@v1
3738
with:
38-
files: octavia/diskimage-create/amphora-x64-haproxy.qcow2
39+
files: |
40+
octavia/diskimage-create/amphora-x64-haproxy.qcow2
41+
octavia/diskimage-create/SHA256SUM

0 commit comments

Comments
 (0)