Skip to content

Commit 2f7e2d8

Browse files
authored
fix yml format (#8195)
1 parent e084543 commit 2f7e2d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/nightly-linux64.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
path: out/nightly-mega_artefact.tar.bz2
9292
retention-days: 7
9393
- name: Update Release arm64
94-
uses: softprops/[email protected]
95-
with:
96-
token: ${{ secrets.GITHUB_TOKEN }}
97-
tag_name: ${{ env.RELEASE }}
98-
files: ${{ steps.createpackage.outputs.FILES_OUT }}
94+
uses: softprops/[email protected]
95+
with:
96+
token: ${{ secrets.GITHUB_TOKEN }}
97+
tag_name: ${{ env.RELEASE }}
98+
files: ${{ steps.createpackage.outputs.FILES_OUT }}

0 commit comments

Comments
 (0)