mirror of
https://github.com/openziti/zrok.git
synced 2024-12-31 19:22:37 +01:00
fix multiline yaml operator
This commit is contained in:
parent
b3f36facad
commit
b38dd4e049
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: Upload DEB to Artifactory release repo
|
||||
shell: bash
|
||||
run: >
|
||||
run: |
|
||||
for DEB in ./dist/*.deb; do
|
||||
echo "INFO: Uploading $DEB"
|
||||
jf rt upload --recursive=false --flat=true \
|
||||
@ -146,7 +146,7 @@ jobs:
|
||||
|
||||
- name: Upload DEB to Artifactory release repo
|
||||
shell: bash
|
||||
run: >
|
||||
run: |
|
||||
for DEB in ./dist/*.deb; do
|
||||
echo "INFO: Uploading $DEB"
|
||||
jf rt upload --recursive=false --flat=true \
|
||||
@ -216,7 +216,7 @@ jobs:
|
||||
|
||||
- name: Upload DEB to Artifactory release repo
|
||||
shell: bash
|
||||
run: >
|
||||
run: |
|
||||
for DEB in ./dist/*.deb; do
|
||||
echo "INFO: Uploading $DEB"
|
||||
jf rt upload --recursive=false --flat=true \
|
||||
|
Loading…
Reference in New Issue
Block a user