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 e16e4a9 commit ebd8a26
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 @@ -12,6 +12,8 @@ jobs:
packages: write
contents: write
steps:
- name: Gettings files from Repo
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -47,7 +49,6 @@ jobs:
il2cppdumper/Il2CppDumper.exe files/lib/arm64-v8a/libil2cpp.so files/assets/bin/Data/Managed/Metadata/global-metadata.dat decrypt
- name: Get verCode from apk
run: |
git init
java -jar fgo-vce.jar -s decrypt/stringliteral.json -av ${{ env.VERSION }}
- name: Upload app.json
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit ebd8a26

Please sign in to comment.