|
|
|
|
@ -27,7 +27,7 @@ jobs:
|
|
|
|
|
- name: Setup
|
|
|
|
|
uses: butr/actions-common-setup@v2.0
|
|
|
|
|
with:
|
|
|
|
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
- name: Download Module artifact
|
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
|
@ -82,15 +82,15 @@ jobs:
|
|
|
|
|
draft: false
|
|
|
|
|
prerelease: false
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
- name: Upload Release Asset
|
|
|
|
|
id: upload-release-asset
|
|
|
|
|
uses: actions/upload-release-asset@v1
|
|
|
|
|
with:
|
|
|
|
|
upload_url: ${{steps.create_release.outputs.upload_url}}
|
|
|
|
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
|
|
|
|
asset_path: ./${{ inputs.mod_id }}.7z
|
|
|
|
|
asset_name: ${{ inputs.mod_id }}.7z
|
|
|
|
|
asset_content_type: application/x-7z-compressed
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
|
GITHUB_TOKEN: ${ {secrets.GITHUB_TOKEN }}
|
|
|
|
|
|