Update docker.rust.yml

support-coreml
Meng Zhang 2023-06-01 18:24:02 -07:00 committed by GitHub
parent 1974168bc0
commit b4eaf543b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -169,17 +169,19 @@ jobs:
if: github.event_name != 'pull_request'
needs: release-binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download a single artifact
uses: actions/download-artifact@v3
with:
name: tabby_aarch64-apple-darwin
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
allowUpdates: true
prerelease: true
title: "Development Build"
files: |
tabby_aarch64-apple-darwin
name: "Development Build"
artifacts: tabby_aarch64-apple-darwin
tag: latest
removeArtifacts: true