new: add as draft release
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -102,4 +102,16 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.platform }}
|
||||
path: ./out
|
||||
path: ./out
|
||||
retention-days: 2
|
||||
|
||||
- name: Create or Update Draft Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: ./out/*
|
||||
name: "draft"
|
||||
tag_name: "draft"
|
||||
draft: true
|
||||
overwrite: true
|
||||
Reference in New Issue
Block a user