Skip to content

Commit

Permalink
fix: release fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Nov 20, 2023
1 parent 2a3febb commit cddb914
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Ganerate Fixtures
- uses: actions/checkout@v3
with:
path: gateway-conformance
- name: Generate Fixtures
env:
W3STORAGE_TOKEN: ${{ secrets.W3STORAGE_TOKEN }}
run: |
make fixtures.car
working-directory: gateway-conformance
- name: Upload fixtures
uses: web3-storage/add-to-web3@v2
with:
web3_token: ${{ secrets.W3STORAGE_TOKEN }}
path_to_add: 'fixtures.car'
path_to_add: 'gateway-conformance/fixtures.car'

0 comments on commit cddb914

Please sign in to comment.