Skip to content

Commit

Permalink
Actions - release, better names
Browse files Browse the repository at this point in the history
  • Loading branch information
hcartiaux committed May 13, 2024
1 parent 196adf5 commit a03d536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
name: openbsd-generic.qcow2.sha256
path: images
- name: Verify the checksum
- name: Verify the checksum of openbsd-generic.qcow2
run: |
sha256sum -c images/openbsd-generic.qcow2.sha256
- uses: actions/download-artifact@v4
Expand All @@ -73,7 +73,7 @@ jobs:
with:
name: openbsd-min.qcow2.sha256
path: images
- name: Verify the checksum
- name: Verify the checksum of openbsd-min.qcow2
run: |
sha256sum -c images/openbsd-min.qcow2.sha256
- name: Create a new release
Expand All @@ -84,7 +84,7 @@ jobs:
--repo="$GITHUB_REPOSITORY" \
--title="OpenBSD Cloud Image ${tag}" \
--generate-notes
- name: Upload the Qcow2 image and checksum file
- name: Upload the Qcow2 and checksum files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit a03d536

Please sign in to comment.