Skip to content

Commit

Permalink
CI: Updated upload workflow (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
z16 authored Dec 31, 2024
1 parent 1708e00 commit 756138e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 756138e

Please # to comment.