From 7da0906e19b147fc90b6f022515a8b8e8700085f Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 21 Mar 2023 07:45:30 +0100 Subject: [PATCH] Test workflows --- .gitea/workflows/foundry-package.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/foundry-package.yaml b/.gitea/workflows/foundry-package.yaml index e1a617f..d298e07 100644 --- a/.gitea/workflows/foundry-package.yaml +++ b/.gitea/workflows/foundry-package.yaml @@ -23,9 +23,9 @@ jobs: files: 'system.json' env: version: ${{steps.get_version.outputs.version-without-v}} - url: https://www.uberwald.com/gitea/${{github.repository}} - manifest: https://www.uberwald.com/gitea/${{github.repository}}/releases/latest/download/system.json - download: https://www.uberwald.com/gitea/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip + url: https://www.uberwald.me/gitea/${{github.repository}} + manifest: https://www.uberwald.me/gitea/${{github.repository}}/releases/latest/download/system.json + download: https://www.uberwald.me/gitea/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip # Create a zip file with all files required by the system to add to the release - run: zip -r ./system.zip system.json template.json README.md CHANGELOG LICENCE.txt assets/ css/ lang/ module/ packs/ templates/