Skip to content

Commit

Permalink
Update build-tool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla authored Aug 14, 2024
1 parent c8b43e5 commit d3d377d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '**.rs'
- 'builder/**.toml'
- '.github/**'
pull_request:
branches: [ "main" ]
paths:
Expand All @@ -24,11 +25,10 @@ jobs:
with:
sparse-checkout: |
builder
- run: cd builder && cargo build --release --verbose
- run: cd builder && cargo build --release
- uses: actions/upload-artifact@v4
with:
name: builder-bin
name: builder
path: builder/target/release/builder
compression-level: 0
overwrite: true
- run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'

0 comments on commit d3d377d

Please sign in to comment.