From 19657261dfc6cad7fb218391be411da55720bf85 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Tue, 21 Feb 2023 18:56:49 +0000 Subject: [PATCH] release: pull from invoked branch --- .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 1949697..6dab9c1 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/production + branch: origin/${{ github.ref_name }} - 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/production + branch: origin/${{ github.ref_name }} - 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/production + branch: origin/${{ github.ref_name }} - name: compress archive run: tar -zcvf FluCoMa-SC-Linux.tar.gz FluidCorpusManipulation