Skip to content

Commit ffea56f

Browse files
committed
fixing build
1 parent ebb859a commit ffea56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
name: uploads
8383
- name: set version
84-
run: echo "::set-env name=DUPLO_VERSION::$(cat ./uploads/tag.txt)"
84+
run: echo "{DUPLO_VERSION}={$(cat ./uploads/tag.txt)}" >> $GITHUB_ENV
8585
- name: print version
8686
run: echo $DUPLO_VERSION
8787
- uses: actions/checkout@master

0 commit comments

Comments
 (0)