Skip to content

Commit

Permalink
Disable artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Dorschner committed Mar 21, 2022
1 parent 3b6f93e commit 01aeea0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
version: latest
args: release --rm-dist --snapshot

- name: Upload assets for snapshots
if: success() && ! startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
with:
name: check_cloud_aws
path: dist/*
# - name: Upload assets for snapshots
# if: success() && ! startsWith(github.ref, 'refs/tags/v')
# uses: actions/upload-artifact@v2
# with:
# name: check_cloud_aws
# path: dist/*

- name: Run goreleaser in release mode
if: success() && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 01aeea0

Please sign in to comment.