We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9865dc3 + 4cfe44f commit ae78705Copy full SHA for ae78705
.github/workflows/release-fixtures.yml
@@ -11,13 +11,17 @@ jobs:
11
release:
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Ganerate Fixtures
+ - uses: actions/checkout@v3
15
+ with:
16
+ path: gateway-conformance
17
+ - name: Generate Fixtures
18
env:
19
W3STORAGE_TOKEN: ${{ secrets.W3STORAGE_TOKEN }}
20
run: |
21
make fixtures.car
22
+ working-directory: gateway-conformance
23
- name: Upload fixtures
24
uses: web3-storage/add-to-web3@v2
25
with:
26
web3_token: ${{ secrets.W3STORAGE_TOKEN }}
- path_to_add: 'fixtures.car'
27
+ path_to_add: 'gateway-conformance/fixtures.car'
0 commit comments