Skip to content

Commit f6fbbc5

Browse files
authored
fix(ci): bad indentation
1 parent 2f93c6c commit f6fbbc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-tamagotchi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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') }}

0 commit comments

Comments
 (0)