fix: try naming it differently?

This commit is contained in:
GameTec_live
2025-02-08 17:46:47 +01:00
parent 4ee23b9e3b
commit f1ff9a331f
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.checkout-sha == null && github.sha || inputs.checkout-sha }}
- name: Set up Python
@@ -70,5 +70,5 @@ jobs:
- name: Upload release artifacts
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: ${{ matrix.name }}-release-artifacts
path: client-${{ matrix.name }}.zip
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.checkout-sha == null && github.sha || inputs.checkout-sha }}
fetch-depth: 0
@@ -54,7 +54,7 @@ jobs:
device_type: [ultra, lite]
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.checkout-sha == null && github.sha || inputs.checkout-sha }}
fetch-depth: 0
@@ -94,5 +94,5 @@ jobs:
- name: Upload release artifacts
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: ${{ matrix.device_type }}-release-artifacts
path: firmware/objects/*.zip
+4 -4
View File
@@ -24,9 +24,9 @@ jobs:
- client_pipeline
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download release artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-artifacts
path: release-artifacts
@@ -60,9 +60,9 @@ jobs:
- client_pipeline
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download release artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-artifacts
path: release-artifacts