diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index add4314..8fa2dcf 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,4 +27,4 @@ jobs: tar -czf build.tar.gz build curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \ --upload-file build.tar.gz \ - https://gitea.example.com/api/packages/quartznet/generic/artifacts/ref-${{ gitea.ref }}/build-${{ gitea.ref }}.bin \ No newline at end of file + https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.ref }}/build-${{ gitea.ref }}.bin \ No newline at end of file