diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index f48425d..76d11f0 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -16,8 +16,9 @@ jobs: - uses: flucoma/actions/env@main - uses: flucoma/actions/sc@main with: - branch: origin/${{ github.ref_name }} - build_type: "Test" + branch: origin/main + core_branch: origin/${{ github.ref_name }} + build_type: "Test" - name: sign binaries uses: flucoma/actions/distribution@main @@ -44,8 +45,9 @@ jobs: - uses: flucoma/actions/env@main - uses: flucoma/actions/sc@main with: - branch: origin/${{ github.ref_name }} - build_type: "Test" + branch: origin/main + core_branch: origin/${{ github.ref_name }} + build_type: "Test" - name: remove pdb files run: Remove-Item install -Recurse -Include *.pdb @@ -67,8 +69,9 @@ jobs: - uses: flucoma/actions/env@main - uses: flucoma/actions/sc@main with: - branch: origin/${{ github.ref_name }} - build_type: "Test" + branch: origin/main + core_branch: origin/${{ github.ref_name }} + build_type: "Test" - name: compress archive run: tar -zcvf FluCoMa-SC-Linux-x64-nightly.tar.gz FluidCorpusManipulation @@ -76,4 +79,4 @@ jobs: - uses: actions/upload-artifact@v4.3.6 with: name: linuxbuild - path: install/FluCoMa-SC-Linux-x64-nightly.tar.gz + path: install/FluCoMa-SC-Linux-x64-nightly.tar.gz \ No newline at end of file