mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
github: Append platform name to archive
Also uses capital R instead of little R in cp command, for Apple.
This commit is contained in:
parent
5fbfd0bb68
commit
55ffd1ef80
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Package
|
||||
run: |
|
||||
mkdir -p ${{github.workspace}}/artifacts
|
||||
cp -rv ${{ env.nx_tzdb_dir }} ${{github.workspace}}/artifacts/
|
||||
cp -Rv ${{ env.nx_tzdb_dir }} ${{github.workspace}}/artifacts/
|
||||
|
||||
- name: Version
|
||||
run: |
|
||||
@ -48,5 +48,5 @@ jobs:
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.nx_version }}
|
||||
name: ${{ env.nx_version }}_${{ matrix.platform }}
|
||||
path: artifacts/nx
|
||||
|
Loading…
x
Reference in New Issue
Block a user