Skip to content

Commit

Permalink
[ci] Update path in cmake workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Oct 9, 2023
1 parent 10c7dce commit 956a84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
with:
name: ${{ matrix.config.triple }}
path: |
$INSTALL_DIR/*
install/*
release:
name: Release
Expand Down Expand Up @@ -215,4 +215,4 @@ jobs:
verbose: true
prerelease: true
tag_name: "continuous"
default_release_name: "Continuous build"
default_release_name: "Continuous build"

0 comments on commit 956a84a

Please sign in to comment.