mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
workflows: Name the binary archive
This commit is contained in:
parent
d4edba3a5a
commit
ed0d331b72
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -34,8 +34,12 @@ jobs:
|
||||
mkdir -p ${{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
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: binaries
|
||||
name: ${{ env.nx_version }}
|
||||
path: artifacts/nx
|
||||
|
Loading…
Reference in New Issue
Block a user