Skip to content

Commit

Permalink
πŸ’š fix CI routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mingi3314 committed May 19, 2024
1 parent afca202 commit 593fed9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/backend-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,21 @@ jobs:
echo "version_changed=false" >> $GITHUB_OUTPUT
fi
- name: Checkout repository for reusable workflows
uses: actions/checkout@v4

- name: Call Reusable Workflow to Build Backend for Linux
uses: ./.github/workflows/build-backend-executable.yaml
uses: .github/workflows/build-backend-executable.yaml
with:
platform: linux

- name: Call Reusable Workflow to Build Backend for macOS
uses: ./.github/workflows/build-backend-executable.yaml
uses: .github/workflows/build-backend-executable.yaml
with:
platform: macos

- name: Call Reusable Workflow to Build Backend for Windows
uses: ./.github/workflows/build-backend-executable.yaml
uses: .github/workflows/build-backend-executable.yaml
with:
platform: windows

Expand Down

0 comments on commit 593fed9

Please sign in to comment.