Commit dc0819c 1 parent 12de510 commit dc0819c Copy full SHA for dc0819c
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
# See https://github.com/changesets/action/issues/147
38
38
HOME : ${{ github.workspace }}
39
39
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
Original file line number Diff line number Diff line change 27
27
run : yarn run lint
28
28
- name : Build
29
29
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
You can’t perform that action at this time.
0 commit comments