mirror of
https://github.com/lat9nq/tzdb_to_nx.git
synced 2025-05-15 17:28:38 +00:00
Merge pull request #1 from lat9nq/named_archive
workflows: Name the binary archive
This commit is contained in:
commit
2beb8c93d2
1 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue