Update workflow

This commit is contained in:
jayofelony
2024-02-25 20:50:08 +01:00
parent 3b01aec872
commit bd9c44b4a3

View File

@ -65,5 +65,7 @@ jobs:
tag_name: ${{ env.VERSION }} tag_name: ${{ env.VERSION }}
name: Pwnagotchi v${{ env.VERSION }} name: Pwnagotchi v${{ env.VERSION }}
token: ${{ secrets.TOKEN }} token: ${{ secrets.TOKEN }}
files: pwnagotchi-${{ env.VERSION }}-32bit.img.xz, pwnagotchi-${{ env.VERSION }}-64bit.img.xz files: |
pwnagotchi-${{ env.VERSION }}-32bit.img.xz
pwnagotchi-${{ env.VERSION }}-64bit.img.xz
body: ${{ env.RELEASE_BODY }} body: ${{ env.RELEASE_BODY }}