Skip to content

Commit

Permalink
Fix CI job artifacts
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Oct 8, 2024
1 parent 94b6399 commit 6dc6126
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,6 @@ tests_rflx:
- *setup_gnat_cross
- *setup_python
- make test_rflx
artifacts:
expose_as: "Distribution archives"
paths:
- dist
- ide/vscode/recordflux.vsix

tests_rapidflux:
extends: .testing
Expand Down Expand Up @@ -585,8 +580,10 @@ packaging:
- *setup_gnat
- make pypi_dist
artifacts:
expose_as: "Distribution archives"
paths:
- dist
- rflx/ide/vscode/recordflux.vsix

publishing_to_pypi:
services:
Expand Down

0 comments on commit 6dc6126

Please sign in to comment.