Update generate-hashes.yml

This commit is contained in:
Aurélien Hamy 2023-06-22 14:36:03 +02:00 committed by GitHub
parent aa2932c87a
commit 22d186f1f1

View File

@ -3,6 +3,7 @@ name: Generate hashes
on: on:
release: release:
types: [published] types: [published]
workflow_dispatch:
jobs: jobs:
test: test:
@ -14,4 +15,4 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Hashes name: Hashes
path: hashes_sha256.txt path: hashes_sha256.txt