Update build.yml

This commit is contained in:
alk 2023-06-10 16:06:29 +03:00 committed by GitHub
parent 7097ab4d89
commit 1ae1f7df73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@ jobs:
id: version
- name: Trim whitespace from version
shell: bash
run: echo "VERSION_TRIM=$(echo '${{ steps.version.outputs.content }}' | xargs)" >> $GITHUB_ENV
- name: Delete resource cache file
@ -126,6 +127,7 @@ jobs:
id: version
- name: Trim whitespace from version
shell: bash
run: echo "VERSION_TRIM=$(echo '${{ steps.version.outputs.content }}' | xargs)" >> $GITHUB_ENV
- uses: actions/download-artifact@v3