Skip to content

Commit

Permalink
Update next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Isaac authored Nov 19, 2024
1 parent 93511a7 commit 0b235a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
- name: Get verCode from apk
run: |
java -jar fgo-vce.jar -s decrypt/stringliteral.json -av ${{ env.VERSION }}
Rename-Item -Path "app.json" -NewName "${{ matrix.region }}.json" -Force
if (Test-Path "${{ matrix.region }}.json") Remove-Item "${{ matrix.region }}.json" -Force
Rename-Item -Path "app.json" -NewName "${{ matrix.region }}.json"
- name: Upload app.json
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 0b235a1

Please sign in to comment.