diff --git a/.github/workflows/backend-release.yaml b/.github/workflows/backend-release.yaml index f8d1c6a..d8b9405 100644 --- a/.github/workflows/backend-release.yaml +++ b/.github/workflows/backend-release.yaml @@ -52,17 +52,17 @@ jobs: fi - 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