Skip to content

Commit ea11749

Browse files
committed
fix gh actions
1 parent e99473f commit ea11749

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,10 @@ jobs:
7777
- name: package library
7878
run: |
7979
bash scripts/package_lib.sh
80-
ls -la
8180
mkdir -p "${{ matrix.os }}"
82-
cp -r fd_lib "${{ matrix.os }}/"
83-
84-
- name: create deken packages
85-
run: |
8681
mkdir -p build
87-
./deken package --output-dir ./build --no-sign-gpg --name fd_lib --version "${{ github.ref_name }}" "fd_lib-${{ matrix.os }}"
82+
ls -la
83+
./deken package --output-dir ./build --no-sign-gpg --version "${{ github.ref_name }}" fd_lib
8884
8985
- name: upload artifact
9086
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)