From 04cd68f914114875f3d884ce5e27a4ca25a42b9a Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 2 Mar 2023 17:38:39 -0500 Subject: [PATCH] use relatative-srcs (which can be empty) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16f69f9f..caafdba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: - name: assemble artifact metadata run: | echo ${{ steps.build.outputs.pkgs }} >built - echo ${{ steps.build.outputs.srcs }} >srcs + echo ${{ steps.build.outputs.srcs-relative-paths }} >srcs working-directory: ${{ steps.tea.outputs.prefix }} # tarring ourselves ∵ GHA-artifacts (ludicrously) lose permissions