From 318e2d8e8b0a29deec918235bfa752d236b04aaa Mon Sep 17 00:00:00 2001 From: Stjepan Bakrac Date: Tue, 31 Dec 2024 06:27:25 +0100 Subject: [PATCH] CI: Updated upload workflow --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daf15ec0..2d484842 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,17 +65,17 @@ jobs: run: .github/scripts/build-native-binaries - name: Build package index run: .github/scripts/build-package-index - - name: Check out API repo + - name: Check out Windower server repo if: github.event_name == 'push' uses: actions/checkout@v4 with: - repository: Windower/Api - path: .api + repository: Windower/Server + path: .server + token: ${{secrets.WINDOWER_SERVER_REPO_PAT}} - name: Upload artifacts to Windower server if: github.event_name == 'push' - uses: ./.api/.github/actions/upload + uses: ./.server/.github/actions/upload with: - url: https://api.windower.net/gh api-key: ${{secrets.WINDOWER_SERVER_API_KEY}} repository: ${{github.event.repository.name}} directory: .staging