Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Sep 14, 2024
1 parent 3fdde9d commit b8d8f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@master
with:
name: brownie
name: artifacts
path: tmp/bin/brownie

test:
Expand All @@ -61,8 +61,8 @@ jobs:
- name: download artifact
uses: actions/download-artifact@master
with:
name: brownie
path: ./
name: artifacts
path: .

- name: run oci tests
env:
Expand Down

0 comments on commit b8d8f32

Please sign in to comment.