From d7fefa78f0922965240a236142f564384196e708 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 17:40:38 -0500 Subject: [PATCH] Commented out make step and added code to create .img file --- .github/workflows/publish.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e168b1fb..9538a897 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,10 +91,13 @@ jobs: mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted." echo $(ls /proc/sys/fs/binfmt_misc | grep qemu-aarch64) - - name: Run Makefile - run: make - env: - PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }} + # - name: Run Makefile + # run: make + # env: + # PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }} + - name: Create .img file + run: | + dd if=/dev/zero of=/home/runner/work/pwnagotchi/pwnagotchi/disk.img bs=1M count=1024 - name: Compress .img files run: |