diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56c7b7e..949b480 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,12 +49,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Build Release package - Rootful - run: | - cd screendumpLowFrame - make clean - make package FINALPACKAGE=1 PACKAGE_VERSION=${{ env.TAG_NAME }}-rootful - - name: Build Release package - Rootless run: | cd screendumpLowFrame