From ea1e02cb3aa0219e087df094aa481ca0794b1169 Mon Sep 17 00:00:00 2001 From: Joshua Tang Date: Sun, 17 Dec 2023 13:06:41 +1100 Subject: [PATCH] ci: fix upload artifacts --- .github/workflows/github-actions.yml | 1 + .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 16e6dc2b..d5f5ba99 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -266,6 +266,7 @@ jobs: - name: Upload artifacts ⬆️ uses: actions/upload-artifact@v4 with: + name: artifact-${{ matrix.type }} path: "**/appainter_${{ matrix.type }}.tar.gz" if-no-files-found: error diff --git a/.vscode/settings.json b/.vscode/settings.json index c8c58776..95a2dfd8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "editor.detectIndentation": false, "editor.suggest.insertMode": "replace", "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" } } }