Skip to content

Commit

Permalink
skip prepare bundle upload step for non tag refs
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brn committed Jan 28, 2024
1 parent 09ba75b commit fc55582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
.#packages.${{ matrix.system }}.${{ matrix.package }}
- name: Prepare Bundle for upload
if: startsWith(github.ref. 'refs/tags/v')
run: >-
cp
--no-preserve=mode,ownership
Expand Down

0 comments on commit fc55582

Please sign in to comment.