Skip to content

Commit

Permalink
fix macos uploaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 22, 2024
1 parent dfa7e31 commit e0334c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ jobs:
- name: Upload generated Dump
uses: actions/upload-artifact@v4
with:
name: dump-${{matrix.runner}}
name: dump-${{matrix.runner}}-macos
path: state_dumps/${{matrix.runner}}

compare-dump-macos:
needs: [native-vm-blocks-dump]
needs: [native-vm-blocks-dump-macos]
runs-on: ubuntu-latest

steps:
Expand All @@ -260,13 +260,13 @@ jobs:
- name: Fetch Native dumps
uses: actions/download-artifact@v4
with:
name: dump-native
name: dump-native-macos
path: state_dumps/native

- name: Fetch VM dumps
uses: actions/download-artifact@v4
with:
name: dump-vm
name: dump-vm-macos
path: state_dumps/vm

- name: Check Diffs
Expand Down

0 comments on commit e0334c4

Please sign in to comment.