From bd9c44b4a357e7427361c2fcf81bbd4e33f5184e Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 25 Feb 2024 20:50:08 +0100 Subject: [PATCH] Update workflow --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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