mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
use relatative-srcs (which can be empty)
This commit is contained in:
parent
b37ecc80b1
commit
04cd68f914
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue