Skip to content

Commit

Permalink
ci: 🐛 fix var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Dec 10, 2023
1 parent e48b166 commit 589b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.config.output_name }}
path: ./build/${matrix.config.binary_path}
path: ./build/${{ matrix.config.binary_path }}
if-no-files-found: error

release:
Expand Down

0 comments on commit 589b122

Please sign in to comment.