Skip to content

Commit

Permalink
fix(publish release): added missing 3D STEP extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Supermanuu committed Aug 9, 2024
1 parent ef3f8d7 commit bd50998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup release files
run: |
unzip 3d.step.zip
mv 3d.step 3d-${{ steps.tag.outputs.new_tag }}
mv 3d.step 3d-${{ steps.tag.outputs.new_tag }}.step
mv manufacturing.zip manufacturing-${{ steps.tag.outputs.new_tag }}.zip
mv release.zip release-${{ steps.tag.outputs.new_tag }}.zip
Expand All @@ -54,4 +54,4 @@ jobs:
tag: ${{ steps.tag.outputs.new_tag }}
name: Release ${{ steps.tag.outputs.new_tag }}
body: ${{ steps.tag.outputs.changelog }}
artifacts: "3d-${{ steps.tag.outputs.new_tag }},manufacturing-${{ steps.tag.outputs.new_tag }}.zip,release-${{ steps.tag.outputs.new_tag }}.zip"
artifacts: "3d-${{ steps.tag.outputs.new_tag }}.step,manufacturing-${{ steps.tag.outputs.new_tag }}.zip,release-${{ steps.tag.outputs.new_tag }}.zip"

0 comments on commit bd50998

Please sign in to comment.