Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Jun 14, 2024
1 parent 61108cc commit d563c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Exported
- name: Copy Changes
run: |
cp -rf ${{ GITHUB_WORKSPACE }}/Exported/Android/unityLibrary/src/main/assets unityLibrary/src/main/assets
cp -rf ${{ GITHUB_WORKSPACE }}/Exported/Android/unityLibrary/src/main/jniLibs unityLibrary/src/main/jniLibs
Expand All @@ -91,4 +92,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
repository: QuestCraftPlusPlus/Wrapper-IL2CPP
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d563c4f

Please sign in to comment.