Skip to content

Commit 7d436fb

Browse files
author
LoyalPotato
committed
Remove upload of artifacts
1 parent 41d4f14 commit 7d436fb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
args: release --clean
3232
env:
3333
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-
with:
42-
name: sg
43-
- name: Display structure of downloaded files
44-
run: ls -R
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+
# with:
42+
# name: sg
43+
# - name: Display structure of downloaded files
44+
# run: ls -R

0 commit comments

Comments
 (0)