File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ jobs:
157157 run : |
158158 echo "BUNDLE_NAME=$(pnpm exec tsx scripts/artifacts-metadata.ts ${{ matrix.target }} --get-bundle-name)" >> $GITHUB_ENV
159159
160- - name: Rename Artifacts (Nightly)
161- if: ${{ github.event_name == 'schedule' }}
162- run:
163- pnpm run -F @proj-airi/stage-tamagotchi rename-artifacts ${{ matrix.target }}
160+ - name : Rename Artifacts (Nightly)
161+ if : ${{ github.event_name == 'schedule' }}
162+ run :
163+ pnpm run -F @proj-airi/stage-tamagotchi rename-artifacts ${{ matrix.target }}
164164
165165 - name : Get Linux Artifact Names (Nightly + Linux Only)
166166 if : ${{ github.event_name == 'schedule' && (matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm') }}
You can’t perform that action at this time.
0 commit comments