adjust artifact prefix

This commit is contained in:
Sébastien
2021-04-21 14:42:54 -04:00
committed by GitHub
parent 87b8c46263
commit 387276f2f3

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set target name
run: |
echo "TARGET_BUILD_NAME=${{ matrix.node }}" >> $GITHUB_ENV
echo "build_version_prefix=V0." >> $GITHUB_ENV
echo "build_version_prefix=1." >> $GITHUB_ENV
- uses: actions/checkout@v2
with:
fetch-depth: 15