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 ed72521 commit 1304736Copy full SHA for 1304736
.github/workflows/gh-pages.yml
@@ -159,7 +159,7 @@ jobs:
159
uses: actions/upload-release-asset@v1
160
with:
161
upload_url: ${{ steps.create_release.outputs.upload_url }} # Use the upload URL from the create-release step
162
- asset_path: ./*${{ env.file }}* # Adjust the path if necessary
+ asset_path: ./*${{ env.VERSION }}* # Adjust the path if necessary
163
asset_name: ${{ env.VERSION }}-asset # Name of the asset to upload
164
asset_content_type: application/octet-stream
165
env:
0 commit comments