Skip to content

Commit

Permalink
Release from production
Browse files Browse the repository at this point in the history
  • Loading branch information
weefuzzy committed Feb 20, 2023
1 parent c929a46 commit e610773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: flucoma/actions/env@main
- uses: flucoma/actions/cli@main
with:
branch: origin/main
branch: origin/production

- name: compress archive
run: 7z a FluCoMa-CLI-Windows.zip FluidCorpusManipulation
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: flucoma/actions/env@main
- uses: flucoma/actions/cli@main
with:
branch: origin/main
branch: origin/production

- name: sign binaries
uses: flucoma/actions/distribution@main
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: flucoma/actions/env@main
- uses: flucoma/actions/cli@main
with:
branch: origin/main
branch: origin/production

- name: compress archive
run: tar -zcvf FluCoMa-CLI-Linux.tar.gz FluidCorpusManipulation
Expand Down

0 comments on commit e610773

Please sign in to comment.