Remove an obsolete workflow
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Nov 2024 14:43:29 +0000 (15:43 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Nov 2024 14:43:29 +0000 (15:43 +0100)
.github/workflows/wcfsetup.yml [deleted file]

diff --git a/.github/workflows/wcfsetup.yml b/.github/workflows/wcfsetup.yml
deleted file mode 100644 (file)
index 1ab7945..0000000
+++ /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