Skip to content

Commit

Permalink
add the processor it is compiled for
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblap committed Dec 12, 2024
1 parent f788b7a commit 6f6427b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
run: Remove-Item install -Recurse -Include *.pdb

- name: compress archive
run: 7z a FluCoMa-SC-Windows-nightly.zip FluidCorpusManipulation
run: 7z a FluCoMa-SC-Windows-x64-nightly.zip FluidCorpusManipulation
working-directory: install

- uses: actions/[email protected]
with:
name: winbuild
path: install/FluCoMa-SC-Windows-nightly.zip
path: install/FluCoMa-SC-Windows-x64-nightly.zip


linuxbuild:
Expand All @@ -69,12 +69,12 @@ jobs:
branch: origin/main

- name: compress archive
run: tar -zcvf FluCoMa-SC-Linux-nightly.tar.gz FluidCorpusManipulation
run: tar -zcvf FluCoMa-SC-Linux-x64-nightly.tar.gz FluidCorpusManipulation
working-directory: install
- uses: actions/[email protected]
with:
name: linuxbuild
path: install/FluCoMa-SC-Linux-nightly.tar.gz
path: install/FluCoMa-SC-Linux-x64-nightly.tar.gz

release:
runs-on: ubuntu-20.04
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
run: Remove-Item install -Recurse -Include *.pdb

- name: compress archive
run: 7z a FluCoMa-SC-Windows.zip FluidCorpusManipulation
run: 7z a FluCoMa-SC-Windows-x64.zip FluidCorpusManipulation
working-directory: install

- uses: actions/[email protected]
with:
name: winbuild
path: install/FluCoMa-SC-Windows.zip
path: install/FluCoMa-SC-Windows-x64.zip

linuxbuild:
runs-on: ubuntu-20.04
Expand All @@ -64,13 +64,13 @@ jobs:
branch: origin/${{ github.ref_name }}

- name: compress archive
run: tar -zcvf FluCoMa-SC-Linux.tar.gz FluidCorpusManipulation
run: tar -zcvf FluCoMa-SC-Linux-x64.tar.gz FluidCorpusManipulation
working-directory: install

- uses: actions/[email protected]
with:
name: linuxbuild
path: install/FluCoMa-SC-Linux.tar.gz
path: install/FluCoMa-SC-Linux-x64.tar.gz

- id: get-version
run: echo "version=$(cat flucoma.version.rc)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6f6427b

Please sign in to comment.