diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51352d6..0b7aa50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - path: MovementUnlocker submodules: recursive - name: Checkout Metamod @@ -27,7 +26,6 @@ jobs: with: repository: alliedmodders/metamod-source ref: master - path: mmsource-2.0 submodules: recursive - name: Checkout HL2SDK @@ -35,13 +33,16 @@ jobs: with: repository: alliedmodders/hl2sdk ref: cs2 - path: hl2sdk-cs2 - name: Checkout AMBuild uses: actions/checkout@v4 with: repository: alliedmodders/ambuild - path: ambuild + + - name: Rename repositories + run: | + mv metamod-source mmsource-2.0 + mv hl2sdk hl2sdk-cs2 - name: Install AMBuild run: |