From 8b258495abf79cde38d5e5dbbfe2be5ec67e1c79 Mon Sep 17 00:00:00 2001 From: Adrian Szuszkiewicz Date: Tue, 19 Mar 2024 11:16:10 +0100 Subject: [PATCH] Update branch names (References: #42) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49afb7d..64b6336 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: build-windows: name: Build on Windows - uses: moonshine-ide/moonshine-sdk-installer/.github/workflows/build-windows.yml@42-github-actions-slow-refactor + uses: moonshine-ide/moonshine-sdk-installer/.github/workflows/build-windows.yml@42-github-actions-preview secrets: inherit with: env: ${{ inputs.env }} @@ -31,7 +31,7 @@ jobs: build-macos: name: Build on MacOS - uses: moonshine-ide/moonshine-sdk-installer/.github/workflows/build-macos.yml@42-github-actions-slow-refactor + uses: moonshine-ide/moonshine-sdk-installer/.github/workflows/build-macos.yml@42-github-actions-preview secrets: inherit with: env: ${{ inputs.env }}