25 Commits

Author SHA1 Message Date
Bill Zimmerman
81364cbf8c Update release.yml 2025-10-06 18:05:59 +02:00
Bill Zimmerman
b20b7b97fe Update release.yml 2025-10-06 14:27:42 +02:00
Bill Zimmerman
b0b95c7193 Update release.yml 2025-10-06 14:22:17 +02:00
Bill Zimmerman
9cd94b30b9 Update release.yml 2025-10-06 14:14:31 +02:00
Bill Zimmerman
41dd4eb4fb Update release.yml 2025-10-06 14:02:47 +02:00
Bill Zimmerman
106337d10a Update release.yml 2025-10-06 13:50:42 +02:00
Bill Zimmerman
39a4856fef Update release.yml 2025-10-06 13:11:08 +02:00
Bill Zimmerman
c49ce4b8a8 Update release.yml 2025-10-06 13:06:48 +02:00
Bill Zimmerman
e55a843d49 Update release.yml 2025-10-06 12:49:50 +02:00
Bill Zimmerman
61cfb96a65 release -> pi-gen-release: trixie 2025-10-06 12:04:47 +02:00
Bill Zimmerman
153ac776c7 Set release: trixie 2025-10-06 11:56:18 +02:00
Bill Zimmerman
f47f03a69d Set repository: RaspAP/pi-gen 2025-10-06 11:29:41 +02:00
Bill Zimmerman
5532b6a2c4 Set pi-gen-repository, bookworm -> trixie 2025-10-06 08:30:09 +02:00
Bill Zimmerman
ead886dffa Merge branch 'RaspAP:master' into master 2025-10-06 08:27:53 +02:00
Bill Zimmerman
c5f9c1593c Update release.yml 2025-08-21 18:59:55 +02:00
Bill Zimmerman
5cd39d6f0d Delete .github/workflows/torrent.yml 2025-08-21 17:03:04 +02:00
Bill Zimmerman
f0ceee0bcd Update release.yml 2025-08-21 17:02:47 +02:00
Bill Zimmerman
9db18fdefd Merge branch 'RaspAP:master' into master 2025-08-21 07:54:30 -07:00
Bill Zimmerman
7868c0d6c1 Create torrent.yml 2025-08-21 16:53:54 +02:00
Bill Zimmerman
e09e0590d7 Merge pull request #1935 from RaspAP/fix/custom-paths
Fix: Update class methods + js handler for custom path locations
2025-08-20 11:48:02 -07:00
Bill Zimmerman
771abe118e Merge pull request #1936 from RaspAP/fix/path-info-handling
Fix: Handle undefined PATH_INFO value
2025-08-20 11:47:35 -07:00
Bill Zimmerman
451c76afe8 Update torrent.yml 2025-08-20 18:58:33 +02:00
Bill Zimmerman
d21b1345bb Update torrent.yml 2025-08-20 18:50:43 +02:00
Bill Zimmerman
eca174a20b Create torrent.yml 2025-08-20 18:47:12 +02:00
billz
de9a3b1fc4 Update class methods + js handler for custom path locations 2025-08-19 17:17:27 -07:00

View File

@@ -27,19 +27,19 @@ jobs:
- name: Build RaspAP Image
id: build
uses: usimd/pi-gen-action@v1
uses: RaspAP/pi-gen-action@v1.11.0
with:
image-name: "raspap-bookworm-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}"
image-name: "raspap-trixie-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}"
enable-ssh: 1
stage-list: stage0 stage1 stage2 ./stage-raspap
verbose-output: true
pi-gen-version: ${{ matrix.pi_gen_version }}
pi-gen-repository: RaspAP/pi-gen
pi-gen-repository: RaspAP/pi-gen
- name: Upload Artifact
uses: svenstaro/upload-release-action@v2
with:
asset_name: "raspap-bookworm-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}.img.zip"
asset_name: "raspap-trixie-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}.img.zip"
file: ${{ steps.build.outputs.image-path }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.tag || github.ref }}