Skip to content

Commit ae78705

Browse files
authored
fix: release fixtures
2 parents 9865dc3 + 4cfe44f commit ae78705

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release-fixtures.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Ganerate Fixtures
14+
- uses: actions/checkout@v3
15+
with:
16+
path: gateway-conformance
17+
- name: Generate Fixtures
1518
env:
1619
W3STORAGE_TOKEN: ${{ secrets.W3STORAGE_TOKEN }}
1720
run: |
1821
make fixtures.car
22+
working-directory: gateway-conformance
1923
- name: Upload fixtures
2024
uses: web3-storage/add-to-web3@v2
2125
with:
2226
web3_token: ${{ secrets.W3STORAGE_TOKEN }}
23-
path_to_add: 'fixtures.car'
27+
path_to_add: 'gateway-conformance/fixtures.car'

0 commit comments

Comments
 (0)