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