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 20, 2024
1 parent 0f07a67 commit 52e41c5
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 @@ -54,7 +54,7 @@ jobs:
run: java -jar apktool.jar d apk/fate.apk --output files -f
- name: Get verCode from apk
run: |
java -jar fgo-vce.jar -s files/assets/bin/Data/Managed/Metadata/global-metadata.dat -av ${{ env.VERSION }} -o ${{ matrix.region }}.json
java -jar fgo-vce.jar -g files/assets/bin/Data/Managed/Metadata/global-metadata.dat -av ${{ env.VERSION }} -o ${{ matrix.region }}.json
- name: Set current date
run: |
$date = Get-Date -Format 'yyyy-MM-ddTHH:mm:ssZ'
Expand Down

0 comments on commit 52e41c5

Please sign in to comment.