Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Jul 2, 2024
2 parents 584d50e + 121311c commit 4376ce7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: steps.cache-common.outputs.cache-hit != 'true'
run: tar czvf artifacts.tgz ./deployment
- name: Uploading Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: NekoRay-${{ github.sha }}-Common-${{ matrix.cross_os }}-${{ matrix.cross_arch }}
path: artifacts.tgz
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
shell: bash
run: tar czvf artifacts.tgz ./deployment
- name: Uploading Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: NekoRay-${{ github.sha }}-${{ matrix.platform }}-${{ matrix.arch }}-Qt${{ matrix.qt_version }}
path: artifacts.tgz
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
rm -rf public_res
rm -rf *.pdb
- name: Uploading Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: Deployment-${{ github.sha }}
path: deployment
Expand Down

0 comments on commit 4376ce7

Please sign in to comment.