Skip to content

Commit ab8ea03

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
./scripts/build-rootfs.sh docs/dist
4646
- name: Upload Release Asset
4747
id: upload-release-asset
48-
uses: softprops/action-gh-release@v2
4948
env:
5049
token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
5150
if: startsWith(github.ref, 'refs/tags/') && ${{ env.token-defined }}
51+
uses: softprops/action-gh-release@v2
5252
with:
5353
files: build/dist/*
5454
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)