Skip to content

Commit

Permalink
πŸ’š fix CI (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingi3314 authored May 19, 2024
1 parent a13066e commit 55f57d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ jobs:
fi
- name: Call Reusable Workflow to Build Backend for Linux
uses: ./.github/workflows/backend-build.yaml
uses: ./.github/workflows/backend-build-executable.yaml
with:
platform: linux

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

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

Expand Down

0 comments on commit 55f57d7

Please sign in to comment.