We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d4f14 commit 7d436fbCopy full SHA for 7d436fb
.github/workflows/release.yaml
@@ -31,14 +31,14 @@ jobs:
31
args: release --clean
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- - name: Upload assets
35
- uses: actions/upload-artifact@v3
36
- with:
37
- name: sg
38
- path: dist/*
39
- - name: Download Artifacts
40
- uses: actions/download-artifact@v3
41
42
43
- - name: Display structure of downloaded files
44
- run: ls -R
+ # - name: Upload assets
+ # uses: actions/upload-artifact@v3
+ # with:
+ # name: sg
+ # path: dist/*
+ # - name: Download Artifacts
+ # uses: actions/download-artifact@v3
+ # - name: Display structure of downloaded files
+ # run: ls -R
0 commit comments