Skip to content

Commit 855dc67

Browse files
code artifact and github actions config changes
1 parent 017391f commit 855dc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
LATEST_ID=latest
114114
fi
115115
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
116-
echo "LATEST_ID=${LATEST_ID}"
117-
echo "BUILD_ID=${BUILD_ID}" >> $GITHUB_OUTPUT
116+
echo "LATEST_ID=$LATEST_ID"
117+
echo "BUILD_ID=$BUILD_ID" >> $GITHUB_OUTPUT
118118
119119
- name: Checkout
120120
uses: actions/checkout@v3

0 commit comments

Comments
 (0)