From f5e821e56161bc02da960e7fdc530640cbe3e3ec Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 27 May 2026 23:24:13 +0200 Subject: Remove actions --- .gitea/workflows/deploy.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitea/workflows/deploy.yaml (limited to '.gitea/workflows/deploy.yaml') diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml deleted file mode 100644 index e60bec8..0000000 --- a/.gitea/workflows/deploy.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploy - -on: - push: - tags: - - '**' - -jobs: - deploy: - container: buildenv:5 - steps: - - uses: actions/checkout@v4 - - name: Archive - run: | - DISTRIBUTION=$(echo $GITHUB_REF_NAME | awk -f .gitea/deploy.awk) - ln -s . $DISTRIBUTION - touch $DISTRIBUTION.tar.xz - tar --exclude="${DISTRIBUTION}/${DISTRIBUTION}*" --exclude-vcs -Jcvhf $DISTRIBUTION.tar.xz $DISTRIBUTION - - uses: akkuman/gitea-release-action@v1 - with: - files: "*.tar.xz" - token: ${{ secrets.API_KEY }} -- cgit v1.2.3