Skip to content

Commit

Permalink
Remove upload of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
LoyalPotato committed Dec 11, 2023
1 parent 41d4f14 commit 7d436fb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: sg
path: dist/*
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
name: sg
- name: Display structure of downloaded files
run: ls -R
# - name: Upload assets
# uses: actions/upload-artifact@v3
# with:
# name: sg
# path: dist/*
# - name: Download Artifacts
# uses: actions/download-artifact@v3
# with:
# name: sg
# - name: Display structure of downloaded files
# run: ls -R

0 comments on commit 7d436fb

Please sign in to comment.