From d6c12174530fcddded3aa0dff144b7613962d650 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Mon, 20 Feb 2023 13:01:06 +0000 Subject: [PATCH] Release from `production` --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b55f1a..c4a6b4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: flucoma/actions/env@main - uses: flucoma/actions/sc@main with: - branch: origin/main + branch: origin/production - name: sign binaries uses: flucoma/actions/distribution@main @@ -38,7 +38,7 @@ jobs: - uses: flucoma/actions/env@main - uses: flucoma/actions/sc@main with: - branch: origin/main + branch: origin/production - name: remove pdb files run: Remove-Item install -Recurse -Include *.pdb @@ -61,7 +61,7 @@ jobs: - uses: flucoma/actions/env@main - uses: flucoma/actions/sc@main with: - branch: origin/main + branch: origin/production - name: compress archive run: tar -zcvf FluCoMa-SC-Linux.tar.gz FluidCorpusManipulation