Skip to content

Commit c560cfc

Browse files
committed
TEST: Trigger building and pushing to ghcr.io
1 parent feb4589 commit c560cfc

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/workflows/cicd.yml

+4-15
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,16 @@ jobs:
2828
run: kas build --target nao-image --cmd populate_sdk meta-nao/kas/base.yml:meta-nao/kas/hulks.yml:meta-nao/kas/aarch64.yml
2929
- name: Upload artifacts
3030
uses: actions/upload-artifact@v4
31-
if: startsWith(github.ref, 'refs/tags/')
3231
with:
3332
name: all
3433
path: |
35-
build/tmp/deploy/images/nao-v6/nao-image-HULKs-OS-${{ github.ref_name }}.ext3.gz.opn
36-
build/tmp/deploy/sdk/HULKs-OS-x86_64-toolchain-${{ github.ref_name }}.sh
37-
build/tmp/deploy/sdk/HULKs-OS-aarch64-toolchain-${{ github.ref_name }}.sh
34+
build/tmp/deploy/images/nao-v6/nao-image-HULKs-OS-7.5.0.ext3.gz.opn
35+
build/tmp/deploy/sdk/HULKs-OS-x86_64-toolchain-7.5.0.sh
36+
build/tmp/deploy/sdk/HULKs-OS-aarch64-toolchain-7.5.0.sh
3837
release:
3938
name: Release
40-
if: startsWith(github.ref, 'refs/tags/')
4139
env:
42-
version: ${{ github.ref_name }}
40+
version: 7.5.0
4341
needs: build
4442
runs-on: ubuntu-latest
4543
permissions:
@@ -74,12 +72,3 @@ jobs:
7472
registry: ghcr.io/hulks
7573
username: ${{ github.actor }}
7674
password: ${{ github.token }}
77-
- uses: softprops/action-gh-release@v2
78-
with:
79-
name: HULKs-OS ${{ github.ref_name }}
80-
body: Flashable image containing HULKs-OS ${{ github.ref_name }} and the corresponding SDK with the toolchain and other tools targeting HULKs-OS, for instructions see https://hulks.de/hulk/setup/overview/
81-
files: |
82-
images/nao-v6/nao-image-HULKs-OS-${{ github.ref_name }}.ext3.gz.opn
83-
sdk/HULKs-OS-x86_64-toolchain-${{ github.ref_name }}.sh
84-
sdk/HULKs-OS-aarch64-toolchain-${{ github.ref_name }}.sh
85-
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)