Update nightly.yml

This commit is contained in:
powderluv
2023-02-22 18:44:43 -08:00
committed by GitHub
parent c25840b585
commit abab59c25f

View File

@@ -73,14 +73,13 @@ jobs:
- name: Upload Release Assets
id: upload-release-assets
uses: actions/upload-release-asset@v1
uses: dwenegar/upload-release-assets@v1
env:
GITHUB_TOKEN: ${{ secrets.NODAI_INVOCATION_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
release_id: ${{ steps.create_release.outputs.id }}
asset_path: ./dist/*
asset_content_type: application/vnd.microsoft.portable-executable
assets_path: ./dist/*
#asset_content_type: application/vnd.microsoft.portable-executable
- name: Publish Release
id: publish_release