更新git actions
This commit is contained in:
18
.github/workflows/pake_build.yaml
vendored
18
.github/workflows/pake_build.yaml
vendored
@@ -78,9 +78,15 @@ jobs:
|
|||||||
# files: |
|
# files: |
|
||||||
# output/*/*.*
|
# output/*/*.*
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
# - uses: ncipollo/release-action@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
# if: startsWith(github.ref, 'refs/tags/v')
|
||||||
with:
|
# with:
|
||||||
allowUpdates: true
|
# allowUpdates: true
|
||||||
artifacts: "output/*/*.*"
|
# artifacts: "output/*/*.*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Upload files
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
|
||||||
|
bash upload.sh output/*/*.*
|
||||||
|
|||||||
Reference in New Issue
Block a user