fix & rename

This commit is contained in:
Si1ent W4ve
2024-03-21 01:45:49 +08:00
committed by GitHub
parent 4f45617666
commit 121311c938

View File

@@ -51,7 +51,7 @@ jobs:
if: steps.cache-common.outputs.cache-hit != 'true' if: steps.cache-common.outputs.cache-hit != 'true'
run: tar czvf artifacts.tgz ./deployment run: tar czvf artifacts.tgz ./deployment
- name: Uploading Artifact - name: Uploading Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v3
with: with:
name: NekoRay-${{ github.sha }}-Common-${{ matrix.cross_os }}-${{ matrix.cross_arch }} name: NekoRay-${{ github.sha }}-Common-${{ matrix.cross_os }}-${{ matrix.cross_arch }}
path: artifacts.tgz path: artifacts.tgz
@@ -141,7 +141,7 @@ jobs:
shell: bash shell: bash
run: tar czvf artifacts.tgz ./deployment run: tar czvf artifacts.tgz ./deployment
- name: Uploading Artifact - name: Uploading Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v3
with: with:
name: NekoRay-${{ github.sha }}-${{ matrix.platform }}-${{ matrix.arch }}-Qt${{ matrix.qt_version }} name: NekoRay-${{ github.sha }}-${{ matrix.platform }}-${{ matrix.arch }}-Qt${{ matrix.qt_version }}
path: artifacts.tgz path: artifacts.tgz
@@ -205,7 +205,7 @@ jobs:
rm -rf public_res rm -rf public_res
rm -rf *.pdb rm -rf *.pdb
- name: Uploading Artifact - name: Uploading Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v3
with: with:
name: Deployment-${{ github.sha }} name: Deployment-${{ github.sha }}
path: deployment path: deployment