Skip to content

Commit

Permalink
Release version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrouwerdigibase committed Mar 29, 2024
1 parent 40d538d commit f5971ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create RBZ file
if: env.IS_VALID == 'true'
run: |
zip -r bt_ifcmanager-$VERSION.rbz src/
zip -r "./bt_ifcmanager-$VERSION.rbz" src/
- name: Generate release notes
if: env.IS_VALID == 'true'
Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./bt_ifcmanager-$VERSION.rbz
asset_name: bt_ifcmanager-$VERSION.rbz
asset_path: ./bt_ifcmanager-${{ env.VERSION }}.rbz
asset_name: bt_ifcmanager-${{ env.VERSION }}.rbz
asset_content_type: application/zip

0 comments on commit f5971ff

Please sign in to comment.