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 28e29fe commit 9a63e10
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 @@ -20,13 +20,13 @@ jobs:
branch: origin/main

- name: compress archive
run: 7z a FluCoMa-CLI-Windows-nightly.zip FluidCorpusManipulation
run: 7z a FluCoMa-CLI-Windows-x64-nightly.zip FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/[email protected]
with:
name: winbuild
path: release-packaging/FluCoMa-CLI-Windows-nightly.zip
path: release-packaging/FluCoMa-CLI-Windows-x64-nightly.zip

macos:
runs-on: macos-latest
Expand Down Expand Up @@ -66,13 +66,13 @@ jobs:
branch: origin/main

- name: compress archive
run: tar -zcvf FluCoMa-CLI-Linux-nightly.tar.gz FluidCorpusManipulation
run: tar -zcvf FluCoMa-CLI-Linux-x64-nightly.tar.gz FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/[email protected]
with:
name: linuxbuild
path: release-packaging/FluCoMa-CLI-Linux-nightly.tar.gz
path: release-packaging/FluCoMa-CLI-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 @@ -13,13 +13,13 @@ jobs:
branch: origin/${{ github.ref_name }}

- name: compress archive
run: 7z a FluCoMa-CLI-Windows.zip FluidCorpusManipulation
run: 7z a FluCoMa-CLI-Windows-x64.zip FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/[email protected]
with:
name: winbuild
path: release-packaging/FluCoMa-CLI-Windows.zip
path: release-packaging/FluCoMa-CLI-Windows-x64.zip

mac:
runs-on: macos-latest
Expand Down Expand Up @@ -61,13 +61,13 @@ jobs:
branch: origin/${{ github.ref_name }}

- name: compress archive
run: tar -zcvf FluCoMa-CLI-Linux.tar.gz FluidCorpusManipulation
run: tar -zcvf FluCoMa-CLI-Linux-x64.tar.gz FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/[email protected]
with:
name: linuxbuild
path: release-packaging/FluCoMa-CLI-Linux.tar.gz
path: release-packaging/FluCoMa-CLI-Linux-x64.tar.gz

- run: ls -r

Expand Down

0 comments on commit 9a63e10

Please sign in to comment.