This commit is contained in:
2023-08-31 22:30:28 +03:00
parent f5df314095
commit 01d84f9c6f

View File

@ -26,7 +26,7 @@ jobs:
- name: Get version
run: echo "VERSION=$(grep -P '^version = \"\d+\.\d+\.\d+\"' Cargo.toml | awk -F '\"' '{print $2}')" >> $GITHUB_ENV
- name: Show version
run: echo ${{ env.VERSION }}
run: echo ${{ env.VERSION }}
- uses: actions/upload-artifact@v2
name: Upload artifact
with: