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 2a61628 commit 1209771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPLOAD_URL: ${{ env.UPLOAD_URL }}
with:
upload_url: ${{ env.UPLOAD_URL }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./bt_ifcmanager-${{ env.VERSION }}.rbz
asset_name: bt_ifcmanager-${{ env.VERSION }}.rbz
asset_content_type: application/zip

0 comments on commit 1209771

Please sign in to comment.