debug 2
This commit is contained in:
3
.github/workflows/binary-build.yml
vendored
3
.github/workflows/binary-build.yml
vendored
@@ -98,10 +98,11 @@ jobs:
|
|||||||
echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT
|
echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls -alh
|
run: ls -1 *.zip
|
||||||
|
|
||||||
- name: Upload Artifacts to other repo's release
|
- name: Upload Artifacts to other repo's release
|
||||||
run: |
|
run: |
|
||||||
|
ls -1 *.zip
|
||||||
for artifact in $(ls -1 *.zip); do
|
for artifact in $(ls -1 *.zip); do
|
||||||
if [[ -f "$artifact" ]]; then
|
if [[ -f "$artifact" ]]; then
|
||||||
echo "Uploading $artifact..."
|
echo "Uploading $artifact..."
|
||||||
|
|||||||
Reference in New Issue
Block a user