mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 03:55:43 -04:00
Update build.yml
This commit is contained in:
parent
7097ab4d89
commit
1ae1f7df73
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue