diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b09248c0..8c62979c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,5 +65,7 @@ jobs: tag_name: ${{ env.VERSION }} name: Pwnagotchi v${{ env.VERSION }} 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 }} \ No newline at end of file