Skip to content

Commit d7c9070

Browse files
committed
SGH204x: release firmware
1 parent 00620f2 commit d7c9070

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/workflows/sophgo-sg2042.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,16 @@ jobs:
118118
uses: ./.github/workflows/.sophgo-sg204x.pack-sdimg.yml
119119
with:
120120
firmware_target_name: linuxboot-sophgo-sg2042
121+
122+
release:
123+
name: Release Firmware for SOPHGO SG2042
124+
needs: pack-sd-boot-firmware-sg2042
125+
uses: ./.github/workflows/artifact-release.yml
126+
permissions:
127+
contents: write
128+
secrets: inherit
129+
with:
130+
tag_name: release-sophgo-sg2042
131+
release_name: Boot Firmware for SOPHGO SG2042
132+
run_id: ${{github.run_id}}
133+
artifact_pattern: "firmware-*"

.github/workflows/sophgo-sg2044.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,16 @@ jobs:
119119
uses: ./.github/workflows/.sophgo-sg204x.pack-sdimg.yml
120120
with:
121121
firmware_target_name: linuxboot-sophgo-sg2044-rva23
122+
123+
release:
124+
name: Release Firmware for SOPHGO SG2044
125+
needs: pack-sd-boot-firmware-sg2044-rva23
126+
uses: ./.github/workflows/artifact-release.yml
127+
permissions:
128+
contents: write
129+
secrets: inherit
130+
with:
131+
tag_name: release-sophgo-sg2044
132+
release_name: Boot Firmware for SOPHGO SG2044
133+
run_id: ${{github.run_id}}
134+
artifact_pattern: "firmware-*"

0 commit comments

Comments
 (0)