workflows: Name the binary archive
This commit is contained in:
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@@ -33,9 +33,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p ${{github.workspace}}/artifacts
|
mkdir -p ${{github.workspace}}/artifacts
|
||||||
cp -rv ${{github.workspace}}/build/nx ${{github.workspace}}/artifacts/
|
cp -rv ${{github.workspace}}/build/nx ${{github.workspace}}/artifacts/
|
||||||
|
|
||||||
|
- name: Version
|
||||||
|
run: |
|
||||||
|
echo "nx_version=`cat ${{github.workspace}}/build/nx/version.txt`" > "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: ${{ env.nx_version }}
|
||||||
path: artifacts/nx
|
path: artifacts/nx
|
||||||
|
|||||||
Reference in New Issue
Block a user