We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409673 commit 31139e7Copy full SHA for 31139e7
.github/workflows/publish_mltbx.yml
@@ -127,8 +127,10 @@ jobs:
127
run: zip otel-matlab-${{ github.event.release.tag_name }}.mltbx.zip otel-matlab.mltbx
128
- name: Upload Release Asset
129
uses: actions/upload-release-asset@v1
130
+ env:
131
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132
with:
- upload_url: https://uploads.github.com/repos/mathworks/OpenTelemetry-Matlab/releases/${{ github.event.release.id }}/assets{?name,label}`
133
+ upload_url: ${{ github.event.release.upload_url }}
134
asset_path: ./otel-matlab-${{ github.event.release.tag_name }}.mltbx.zip
135
asset_name: otel-matlab-${{ github.event.release.tag_name }}.mltbx.zip
136
asset_content_type: application/zip
0 commit comments