mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: ${{ github.ref }}
|
release_name: ${{ github.ref }}
|
||||||
draft: false
|
draft: true
|
||||||
prerelease: false
|
prerelease: true
|
||||||
|
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Assets
|
||||||
uses: alexellis/upload-assets@0.2.2
|
uses: shogo82148/actions-upload-release-asset@v1
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
asset_paths: '["./build/dist/releases/*"]'
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
|
asset_path: ./build/dist/releases/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue