mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
chore: revert to previous commit due to extracted image size > 2GB
This reverts commit a1b0ade0a55f83afdb2bda565b6401983e632fcb.
This commit is contained in:
parent
d90ccf4277
commit
69d58f4713
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -31,16 +31,11 @@ jobs:
|
|||||||
verbose-output: true
|
verbose-output: true
|
||||||
pi-gen-version: ${{ matrix.pi_gen_version }}
|
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
|
- name: Upload Artifact
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
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 }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
file_glob: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user