From d94d23ebc21e3ba9643aaa2e62230ae32203053d Mon Sep 17 00:00:00 2001 From: m1337v Date: Thu, 29 Aug 2024 23:27:23 +0700 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) 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