From 87ae8f7f5c48992d14170ffa3b44e07e7278bf82 Mon Sep 17 00:00:00 2001 From: nkraetzschmar <9020053+nkraetzschmar@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:02:27 +0200 Subject: [PATCH] fix: add support for https://github.com/actions/upload-artifact/pull/598 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 621c6cc..df2ed57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: source + include-hidden-files: true path: | . !.git @@ -133,6 +134,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: binary-${{ matrix.arch }} + include-hidden-files: true path: .build release: runs-on: ubuntu-latest