mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Update CI
This commit is contained in:
parent
e941ed34b7
commit
18497e0a3a
1 changed files with 6 additions and 7 deletions
13
.github/workflows/builder.yml
vendored
13
.github/workflows/builder.yml
vendored
|
@ -44,12 +44,11 @@ jobs:
|
|||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: ${{ github.ref }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
||||
- name: Upload Release Asset
|
||||
uses: alexellis/upload-assets@0.2.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload Release Assets
|
||||
uses: shogo82148/actions-upload-release-asset@v1
|
||||
with:
|
||||
asset_paths: '["./build/dist/releases/*"]'
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./build/dist/releases/*
|
||||
|
|
Loading…
Reference in a new issue