Fix uploading artifacts
Breaking change in upload-artifact@v4: Uploading to the same named Artifact multiple times. Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you will encounter an error.
This commit is contained in:
parent
ccc9d0ebf8
commit
c18e31140d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- name: Upload examples, demos, and tutorials
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: examples-and-tutorials
|
||||
name: examples-and-tutorials-${{ matrix.os }}-${{ matrix.version }}
|
||||
path: |
|
||||
examples/
|
||||
tutorial/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user