We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099e336 commit bfc4fceCopy full SHA for bfc4fce
1 file changed
.github/workflows/release.yml
@@ -31,17 +31,18 @@ jobs:
31
- name: Archive build artifacts
32
run: |
33
cd public
34
- zip -r ../redact-check-build.zip .
+ zip -r ../website-build.zip .
35
cd ..
36
37
- name: Upload build artifact
38
uses: actions/upload-artifact@v4
39
with:
40
name: build-artifacts
41
- path: redact-check-build.zip
+ path: website-build.zip
42
43
release:
44
runs-on: ubuntu-latest
45
+ needs: build
46
steps:
47
- name: Checkout
48
uses: actions/checkout@v4
0 commit comments