From 7d87109191a1bf3be589c5775ed3962570a9537e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 6 Nov 2024 15:43:29 +0100 Subject: [PATCH] Remove an obsolete workflow --- .github/workflows/wcfsetup.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/wcfsetup.yml diff --git a/.github/workflows/wcfsetup.yml b/.github/workflows/wcfsetup.yml deleted file mode 100644 index 1ab7945732..0000000000 --- a/.github/workflows/wcfsetup.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: WCFSetup - -on: - pull_request: - types: - - opened - - edited - - synchronize - -jobs: - buildWcfSetup: - name: Build WCFSetup.tar.gz - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Build WCFSetup.tar.gz - run: | - tar cf com.woltlab.wcf/templates.tar -C com.woltlab.wcf/templates/ --transform 's~^\./~~' . - tar cf wcfsetup/install/packages/com.woltlab.wcf.tar -C com.woltlab.wcf --transform 's~^\./~~' --exclude='./templates/*' . - tar czf wcfsetup/WCFSetup.tar.gz -C wcfsetup install/ setup/ - - uses: actions/upload-artifact@v3 - with: - name: setup - path: | - wcfsetup/WCFSetup.tar.gz - wcfsetup/install.php - wcfsetup/test.php - if-no-files-found: error -- 2.20.1