Skip to content

Commit

Permalink
ci: exclude infocenter from published linux artifact
Browse files Browse the repository at this point in the history
This is necessary because the name of the product was changed in 17d3620
  • Loading branch information
stempler committed Feb 3, 2025
1 parent 69af7b8 commit 94eac4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ jobs:
./build.sh product --arch x86_64 --os windows HALE
./build.sh product --arch x86_64 --os macosx HALE
./build.sh product --arch x86_64 --os linux --publish Infocenter
working-directory: ./build
working-directory: ./build

- name: Upload hale studio build (Linux)
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: hale studio (Linux)
path: build/target/hale-studio-*linux*.tar.gz
path: |
build/target/hale-studio-*linux*.tar.gz
!build/target/hale-studio-Infocenter*
retention-days: 90

- name: Upload hale studio build (Windows)
Expand Down

0 comments on commit 94eac4b

Please sign in to comment.