Skip to content

Commit

Permalink
Update build-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 15, 2024
1 parent d942eaf commit 498bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
mvn install:install-file $FILE -DgroupId=land.fx -DartifactId=fulamobile -Dversion=${{ steps.get-release-info.outputs.result }} -Dpackaging=aar -DgeneratePom=true
- name: Copy pom.xml to build directory
run: cp ./github/pom.xml ./build/pom.xml
run: cp ./.github/pom.xml ./build/pom.xml

- name: Deploy to GitHub Packages
working-directory: ./build
Expand Down

0 comments on commit 498bf63

Please sign in to comment.