Skip to content

Commit

Permalink
Update docker.rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jun 2, 2023
1 parent 1974168 commit b4eaf54
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docker.rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4eaf54

Please sign in to comment.