diff --git a/.gitea/workflows/build_sd2psx.yml b/.gitea/workflows/build_sd2psx.yml index 340238d..dc7cff4 100644 --- a/.gitea/workflows/build_sd2psx.yml +++ b/.gitea/workflows/build_sd2psx.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Clone Repository run: | - git clone --recursive --depth=1 https://gitea.example.com/user/repo.git . + git clone --recursive --depth=1 https://github.com/sd2psXtd/firmware . git fetch origin --tags --force - name: Set Version @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download All Artifacts - uses: gitea/actions/download-artifact@v1 + uses: gitea/actions/download-artifact@v2 - name: Create Nightly Release if: "!startsWith(github.ref, 'refs/tags/')"