Skip to content

Commit

Permalink
include SHA256SUM
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Nov 23, 2022
1 parent e629204 commit 7ecbbac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
git clone https://opendev.org/openstack/octavia -b stable/${{ env.openstack_version }}
cd octavia/diskimage-create
./diskimage-create.sh
sha256sum amphora-x64-haproxy.qcow2 > SHA256SUM
- name: Release
uses: softprops/action-gh-release@v1
with:
files: octavia/diskimage-create/amphora-x64-haproxy.qcow2
files: |
octavia/diskimage-create/amphora-x64-haproxy.qcow2
octavia/diskimage-create/SHA256SUM

0 comments on commit 7ecbbac

Please sign in to comment.