diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 785f2e0..a8836af 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -17,12 +17,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Download osu-server binary - uses: actions/download-artifact@v4 - with: - name: osu-server - path: grpc-backend - - name: Login to Private Registry uses: docker/login-action@v3 with: diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index 105246f..afe4025 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -17,12 +17,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Download osu-server binary - uses: actions/download-artifact@v4 - with: - name: osu-server - path: grpc-backend - - name: Login to Private Registry uses: docker/login-action@v3 with: