Release after package
This commit is contained in:
parent
c3e45bb6fb
commit
b93713963c
|
@ -65,10 +65,6 @@ runs:
|
||||||
SET RUNTIME=win-x86
|
SET RUNTIME=win-x86
|
||||||
|
|
||||||
build.bat
|
build.bat
|
||||||
|
|
||||||
- name: List Artifacts (Testing)
|
|
||||||
shell: bash
|
|
||||||
run: ls -l _artifacts
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
version: ${{ inputs.version }}
|
version: ${{ inputs.version }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
needs: package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in New Issue