Skip to content

Commit

Permalink
Update upload-single-model.yml
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
agg3fe authored Feb 5, 2024
1 parent 81d4167 commit 5e6ad06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/upload-single-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
sparse-checkout: |
io.catenax.generic.digital_product_passport/3.0.0/DigitalProductPassport.ttl
sparse-checkout-cone-mode: false
- name: Move files to root
run: |
ls -lah
shopt -s dotglob
mv io.catenax.generic.digital_product_passport/3.0.0/DigitalProductPassport.ttl .
rm io.catenax.generic.digital_product_passport/3.0.0/DigitalProductPassport.ttl
ls -lah
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 5e6ad06

Please sign in to comment.