Skip to content

Commit aa5a811

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

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
@@ -48,7 +48,7 @@ jobs:
4848
id: upload-release-asset
4949
env:
5050
token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
51-
if: ${{ env.token-defined && startsWith(github.ref, 'refs/tags/') }}
51+
if: env.token-defined && startsWith(github.ref, 'refs/tags/')
5252
uses: softprops/action-gh-release@v2
5353
with:
5454
files: build/dist/*

0 commit comments

Comments
 (0)