Skip to content

Commit dc0819c

Browse files
Inspect CI not CD ...
1 parent 12de510 commit dc0819c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/cd.yml

-8
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737
# See https://github.com/changesets/action/issues/147
3838
HOME: ${{ github.workspace }}
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
# Uncomment if necessary
41-
# For example to inspect the build applications
42-
- name: Upload artifact
43-
uses: actions/upload-artifact@v3
44-
with:
45-
name: artifact_${{ matrix.platform }}
46-
path: out/make
47-
if-no-files-found: error

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ jobs:
2727
run: yarn run lint
2828
- name: Build
2929
run: yarn run build
30+
# Uncomment if necessary
31+
# For example to inspect the build applications
32+
- name: Upload artifact
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: artifact_${{ matrix.platform }}
36+
path: out/make
37+
if-no-files-found: error

0 commit comments

Comments
 (0)