File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ jobs:
504504 if : matrix.artifacts_path != null
505505 uses : actions/upload-artifact@v7.0.0
506506 with :
507- name : ${{ matrix.artifacts_name }}
507+ archive : " false "
508508 path : ${{ matrix.artifacts_path }}
509509
510510 build-flatpak :
@@ -571,13 +571,13 @@ jobs:
571571 - name : " Upload Flatpak bundle"
572572 uses : actions/upload-artifact@v7.0.0
573573 with :
574- name : Flatpak ${{ matrix.variant.arch }}
574+ archive : " false "
575575 path : Mixxx-${{ env.GIT_DESC }}-${{ matrix.variant.arch }}.flatpak
576576
577577 - name : " Upload Debug extension"
578578 uses : actions/upload-artifact@v7.0.0
579579 with :
580- name : Flatpak Debug Extension ${{ matrix.variant.arch }}
580+ archive : " false "
581581 path : Mixxx-${{ env.GIT_DESC }}-${{ matrix.variant.arch }}.Debug.flatpak
582582
583583 update_manifest :
Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ jobs:
6767 if : failure() && env.UPLOAD_PATCH_FILE != null
6868 uses : actions/upload-artifact@v7.0.0
6969 with :
70- name : ${{ env.UPLOAD_PATCH_FILE }}
70+ archive : " false "
7171 path : ${{ env.UPLOAD_PATCH_FILE }}
7272
7373 - name : " Upload pre-commit.log"
7474 if : failure() && env.UPLOAD_PATCH_FILE == null
7575 uses : actions/upload-artifact@v7.0.0
7676 with :
77- name : pre-commit.log
77+ archive : " false "
7878 path : /github/home/.cache/pre-commit/pre-commit.log
7979
8080 # AppStream metadata has been generated/updated by a pre-commit hook
You can’t perform that action at this time.
0 commit comments