-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
harmonise package references to FluidCorpusManipulation (#433)
- Loading branch information
James Bradbury
authored
Nov 8, 2024
1 parent
950c59b
commit eb29d4c
Showing
15 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "release-packaging/Fluid Corpus Manipulation/externals/" | ||
path: "release-packaging/FluidCorpusManipulation/externals/" | ||
|
||
macbuild: | ||
runs-on: macos-latest | ||
|
@@ -48,28 +48,28 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: "release-packaging/Fluid Corpus Manipulation/" | ||
path: "release-packaging/FluidCorpusManipulation/" | ||
|
||
release: | ||
runs-on: ubuntu-latest | ||
needs: [winbuild, macbuild] | ||
|
||
steps: | ||
- name: make parent folder | ||
run : mkdir -p "Fluid Corpus Manipulation" | ||
run : mkdir -p "FluidCorpusManipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: "Fluid Corpus Manipulation" | ||
path: "FluidCorpusManipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "Fluid Corpus Manipulation/externals" | ||
path: "FluidCorpusManipulation/externals" | ||
|
||
- name: zip | ||
run: zip -r FluCoMa-Max-nightly.zip "Fluid Corpus Manipulation" | ||
run: zip -r FluCoMa-Max-nightly.zip "FluidCorpusManipulation" | ||
|
||
- uses: dev-drprasad/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "release-packaging/Fluid Corpus Manipulation/externals/" | ||
path: "release-packaging/FluidCorpusManipulation/externals/" | ||
|
||
macbuild: | ||
runs-on: macos-latest | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: "release-packaging/Fluid Corpus Manipulation/" | ||
path: "release-packaging/FluidCorpusManipulation/" | ||
|
||
- id: get-version | ||
run: echo "version=$(cat flucoma.version.rc)" >> $GITHUB_OUTPUT | ||
|
@@ -55,20 +55,20 @@ jobs: | |
|
||
steps: | ||
- name: make parent folder | ||
run : mkdir -p "Fluid Corpus Manipulation" | ||
run : mkdir -p "FluidCorpusManipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: "Fluid Corpus Manipulation" | ||
path: "FluidCorpusManipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "Fluid Corpus Manipulation/externals" | ||
path: "FluidCorpusManipulation/externals" | ||
|
||
- name: zip | ||
run: zip -r FluCoMa-Max-"${{ needs.macbuild.outputs.version }}".zip "Fluid Corpus Manipulation" | ||
run: zip -r FluCoMa-Max-"${{ needs.macbuild.outputs.version }}".zip "FluidCorpusManipulation" | ||
|
||
- name: delete pre-existing release | ||
uses: dev-drprasad/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
vignettes/flucoma/automatic_buffer_and_dataset_management.maxvig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters