Skip to content

Commit

Permalink
chore: revert to previous commit due to extracted image size > 2GB
Browse files Browse the repository at this point in the history
This reverts commit a1b0ade.
  • Loading branch information
Dhanus3133 committed Oct 31, 2024
1 parent d90ccf4 commit 69d58f4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 69d58f4

Please sign in to comment.