Skip to content

Commit

Permalink
ci(compile): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Mar 15, 2024
1 parent 65c46a4 commit c2ebc82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
../configure --enable-standalone && make -j16
- name: Package project
run: |
ls -l ./src
ls -l ./
pwd
zip --junk-paths yad ./src/yad
- name: Create Release
id: create_release
Expand Down

0 comments on commit c2ebc82

Please sign in to comment.