fix(ci): update to actions/upload-artifact@v4 and set unique names for each build

This commit is contained in:
Ashhhleyyy 2024-03-31 17:45:17 +01:00
parent ee93a45208
commit 1e26fc8838
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -71,9 +71,9 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})" run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
id: extract_branch id: extract_branch
- name: Archive Build - name: Archive Build
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: BAPSicle-${{ steps.extract_branch.outputs.branch }}-${{github.sha}}-Ubuntu name: BAPSicle-${{ steps.extract_branch.outputs.branch }}-${{github.sha}}-Ubuntu-python${{matrix.python-version}}-node${{matrix.node-version}}
path: | path: |
build/output/BAPSicle build/output/BAPSicle
@ -109,9 +109,9 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})" run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
id: extract_branch id: extract_branch
- name: Archive Build - name: Archive Build
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: BAPSicle-${{ steps.extract_branch.outputs.branch }}-${{github.sha}}-Windows name: BAPSicle-${{ steps.extract_branch.outputs.branch }}-${{github.sha}}-Windows-python${{matrix.python-version}}-node${{matrix.node-version}}
path: | path: |
build/output/BAPSicle.exe build/output/BAPSicle.exe
install/ install/