We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4733fd7 commit e99473fCopy full SHA for e99473f
1 file changed
.github/workflows/main.yml
@@ -84,9 +84,7 @@ jobs:
84
- name: create deken packages
85
run: |
86
mkdir -p build
87
- for dir in fd_lib-*; do
88
- ./deken package --output-dir ./build --no-sign-gpg --name fd_lib --version "${{ github.ref_name }}" "$dir"
89
- done
+ ./deken package --output-dir ./build --no-sign-gpg --name fd_lib --version "${{ github.ref_name }}" "fd_lib-${{ matrix.os }}"
90
91
- name: upload artifact
92
uses: actions/upload-artifact@v6
0 commit comments