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