chore: revert to previous commit due to extracted image size > 2GB

This reverts commit a1b0ade0a55f83afdb2bda565b6401983e632fcb.
This commit is contained in:
Dhanus 2024-10-31 17:56:18 +05:30
parent d90ccf4277
commit 69d58f4713

View File

@ -31,16 +31,11 @@ jobs:
verbose-output: true
pi-gen-version: ${{ matrix.pi_gen_version }}
- name: Unzip and Rename Image File
run: |
unzip ${{ steps.build.outputs.image-path }} -d extracted_image
mv "$(find extracted_image -name "*.img")" "raspap-image-${{ github.ref_name }}-${{ matrix.arch }}.img"
- name: Upload Artifact
uses: svenstaro/upload-release-action@v2
with:
file: raspap-image-${{ github.ref_name }}-${{ matrix.arch }}.img
asset_name: raspap-image-${{ github.ref_name }}-${{ matrix.arch }}.zip
file: ${{ steps.build.outputs.image-path }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true