Skip to content

Commit 1eef8a5

Browse files
committed
WIP: mod: .github/workflows/build-rootfs.yml (build/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent 16c571f commit 1eef8a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ jobs:
1313
matrix:
1414
arch:
1515
- amd64
16-
- arm64
17-
- armhf # TODO Enable when supported
16+
# - arm64
17+
# - armhf # TODO Enable when supported
1818
steps:
1919
- uses: actions/[email protected]
2020
with:
2121
fetch-depth: 0
22+
# Relate-to: https://github.com/actions/checkout/pull/2081#2025
23+
ref: ${{ github.ref }}
24+
2225
- id: describe
2326
name: Describe HEAD
2427
run: >-
@@ -43,7 +46,7 @@ jobs:
4346
- name: Upload Release Asset
4447
id: upload-release-asset
4548
uses: softprops/action-gh-release@v2
46-
if: startsWith(github.ref, 'refs/tags/')
49+
if: startsWith(github.ref, 'refs/tags/') && ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
4750
with:
4851
files: build/dist/*
4952
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)