From 60e221146a5263bd1ba56b83911f2e88d8182101 Mon Sep 17 00:00:00 2001 From: Lunaresk Date: Sun, 3 Nov 2024 10:51:25 +0100 Subject: [PATCH] Actions Workflow Fix --- .github/workflows/main.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e047d1f..0230fe8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,16 +7,15 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - name: Archive Server - uses: thedoctor0/zip-release@master + - uses: https://gitea.com/actions/checkout@master + - name: Zip Artifacts + uses: https://github.com/thedoctor0/zip-release@master with: type: 'zip' filename: 'server.zip' exclusions: '*.git*' - name: Release Archive - uses: ncipollo/release-action@v1 + uses: https://gitea.com/actions/gitea-release-action@v1 with: - allowUpdates: true - artifacts: "server.zip" - token: ${{ secrets.GITHUB_TOKEN }} + server_url: https://gitea.wpgcommunity.net + files: 'server.zip' \ No newline at end of file