Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lean-apple authored Sep 27, 2024
1 parent 54569f3 commit 2fe106e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
toolchain: stable
override: true
- name: Download coral-cli binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coral-cli-binary
path: target/release/
Expand All @@ -52,7 +52,7 @@ jobs:
mkdir -p release_artifacts && \
tar -czvf release_artifacts/coral-cli_${{ github.event.inputs.version }}.tar.gz -C target/release coral-cli
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release_artifacts
path: release_artifacts/
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
context: .
file: ./docker/Dockerfile
push: true
tags: pufferfi/coral-cli:${{ github.event.inputs.version }}
tags: pufferfi/coral-cli:${{ github.event.inputs.version }}

0 comments on commit 2fe106e

Please sign in to comment.