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 a8bd0f0 commit 93511a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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"
Rename-Item -Path "app.json" -NewName "${{ matrix.region }}.json" -Force
- name: Upload app.json
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 93511a7

Please sign in to comment.