Skip to content

Commit 5ecbfbd

Browse files
attempt to fix workflow 3
1 parent 891999e commit 5ecbfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/compute-release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ udroid_download=$(
1919
version="V${udroid_version}${BUILD_TYPE}R$((${udroid_download: -1} + 1))"
2020

2121
# export version to github environment
22-
echo "VERSIONTAG=$version" >> "$GITHUB_ENV"
22+
echo "VERSIONTAG=$version" >> $GITHUB_ENV

0 commit comments

Comments
 (0)