We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f159505 commit 91098a9Copy full SHA for 91098a9
1 file changed
.github/workflows/build.yml
@@ -116,7 +116,7 @@ jobs:
116
run: |
117
cp include/genomicsqlite.h .
118
git fetch origin --tags
119
- echo "::set-env name=GIT_REVISION::$(git describe --tags --always)"
+ echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
120
- uses: actions/upload-artifact@v2
121
with:
122
name: GenomicSQLite-${{ env.GIT_REVISION }}
0 commit comments