[TOOLS] fix RELEASE file path (#2364)
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
- name: Create release
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION=v$(cat ${{ env.OUTPUTFILE_ARM64 }}/RELEASE)
|
||||
VERSION=v$(cat ${{ env.OUTPUTFILE_X64 }}/RELEASE)
|
||||
|
||||
cd cromite/tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user