Skip to content

Commit 1304736

Browse files
committed
test version
1 parent ed72521 commit 1304736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/upload-release-asset@v1
160160
with:
161161
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
162+
asset_path: ./*${{ env.VERSION }}* # Adjust the path if necessary
163163
asset_name: ${{ env.VERSION }}-asset # Name of the asset to upload
164164
asset_content_type: application/octet-stream
165165
env:

0 commit comments

Comments
 (0)