adding zine to release

This commit is contained in:
Kevin Harrington 2025-10-18 15:52:23 -04:00
parent 9567e64a47
commit 3446f5ef28

View file

@ -55,7 +55,7 @@ jobs:
- name: Create or Update Release - name: Create or Update Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: 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 draft: false
prerelease: false prerelease: false
name: ${{ github.ref_name }} name: ${{ github.ref_name }}