github: Append platform name to archive

Also uses capital R instead of little R in cp command, for Apple.
This commit is contained in:
lat9nq 2023-11-29 15:24:00 -05:00
parent 5fbfd0bb68
commit 55ffd1ef80

View File

@ -39,7 +39,7 @@ jobs:
- name: Package - name: Package
run: | run: |
mkdir -p ${{github.workspace}}/artifacts 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 - name: Version
run: | run: |
@ -48,5 +48,5 @@ jobs:
- name: Upload - name: Upload
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: ${{ env.nx_version }} name: ${{ env.nx_version }}_${{ matrix.platform }}
path: artifacts/nx path: artifacts/nx