Skip to content

Commit

Permalink
CI: just use wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
jadonk committed Nov 30, 2023
1 parent 691eb4f commit 1da6e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
script:
- make package
- mkdir -p public
- dpkg --print-architecture | xargs -n 1 cp ../librobotcontrol_{}.deb public
- cp ../librobotcontrol_*.deb public/
artifacts:
paths:
- public
Expand Down

0 comments on commit 1da6e6b

Please sign in to comment.