Skip to content

Commit edecb3d

Browse files
committed
ci: Fixed missing space L83
1 parent d78d8a0 commit edecb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
echo "ARTIFACT_GZ=$(echo flex-$ver.tar.gz)" >> $GITHUB_ENV
8282
echo "ARTIFACT_LZ=$(echo flex-$ver.tar.lz)" >> $GITHUB_ENV
83-
- name: Upload Artifacts to Nightlies Release
83+
- name: Upload Artifacts to Nightlies Release
8484
id: upload-nightly-artifacts
8585
env:
8686
update_needed: ${{ steps.update.outputs.needed }}

0 commit comments

Comments
 (0)