From 6f8f8fe64803a35d23c5c6a3baacaa1692c407a8 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 18 Apr 2024 07:14:02 -0400 Subject: [PATCH] Annoyingly, the artifacts go into a subdir The artifact files are actually zip files, and when extracted, are in subdirs within the artifact path. --- .github/workflows/publish-appimage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index e3a55873..8c033f0c 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -145,5 +145,6 @@ jobs: prerelease: false discussion_category_name: General generate_release_notes: true + fail_on_unmatched_files: true files: | - ${{ github.workspace }}/artifacts/* + ${{ github.workspace }}/artifacts/**/*