diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bfd447b..d011794 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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