Skip to content

Commit

Permalink
artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvanderwaal committed Apr 18, 2024
1 parent 54dddde commit 0c4318a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: nifty-oss/actions/buildjet-cache-crate@v1
with:
folder: '.'
key: rust-cli-${{ matrix.os }}
key: nifty-cli-${{ matrix.os }}

- name: Build Rust CLI
id: build
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: rust-cli-build-${{ matrix.os }}
name: nifty-cli-${{ steps.build.outputs.extension }}
path: ./target/release/*nifty-cli-${{ steps.build.outputs.extension }}
if-no-files-found: error

Expand Down

0 comments on commit 0c4318a

Please sign in to comment.