We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99473f commit ea11749Copy full SHA for ea11749
1 file changed
.github/workflows/main.yml
@@ -77,14 +77,10 @@ jobs:
77
- name: package library
78
run: |
79
bash scripts/package_lib.sh
80
- ls -la
81
mkdir -p "${{ matrix.os }}"
82
- cp -r fd_lib "${{ matrix.os }}/"
83
-
84
- - name: create deken packages
85
- run: |
86
mkdir -p build
87
- ./deken package --output-dir ./build --no-sign-gpg --name fd_lib --version "${{ github.ref_name }}" "fd_lib-${{ matrix.os }}"
+ ls -la
+ ./deken package --output-dir ./build --no-sign-gpg --version "${{ github.ref_name }}" fd_lib
88
89
- name: upload artifact
90
uses: actions/upload-artifact@v6
0 commit comments