Skip to content

Commit

Permalink
Update fetch-grammar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Dec 19, 2024
1 parent 4c9eb2f commit 88e7397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fetch-grammar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: RevEngiSquad/smalig
path: /tmp/smalig
path: smalig

- name: Update file
run: |
mv /tmp/smalig/smalig/grammar.yaml ./smali-opcodes/grammar.yaml
rm -r /tmp/smalig
mv ./smalig/smalig/grammar.yaml ./smali-opcodes/grammar.yaml
rm -r smalig
- name: Commit changes
run: |
Expand Down

0 comments on commit 88e7397

Please sign in to comment.