Merge pull request #18 from How-To-Build-a-Commons/kh/add-zine-to-release

adding zine to  release
This commit is contained in:
Kevin Harrington 2025-10-18 15:56:37 -04:00 committed by GitHub
commit 9221348971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ jobs:
- name: Create or Update Release
uses: softprops/action-gh-release@v1
with:
files: HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf
files: HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,how-to-consensus-zine.svg
draft: false
prerelease: false
name: ${{ github.ref_name }}