We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e629204 commit 7ecbbacCopy full SHA for 7ecbbac
.github/workflows/release.yaml
@@ -32,7 +32,10 @@ jobs:
32
git clone https://opendev.org/openstack/octavia -b stable/${{ env.openstack_version }}
33
cd octavia/diskimage-create
34
./diskimage-create.sh
35
+ sha256sum amphora-x64-haproxy.qcow2 > SHA256SUM
36
- name: Release
37
uses: softprops/action-gh-release@v1
38
with:
- 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