mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
Merge pull request #1 from lat9nq/named_archive
workflows: Name the binary archive
This commit is contained in:
commit
2beb8c93d2
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -34,8 +34,12 @@ jobs:
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user