Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed May 3, 2024
1 parent e50b2af commit c91210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
arguments: build
- name: Rename AAR
run: mv ./build/libs/contrast-accessibility.jar ./contrast-accessibility.jar
run: mv ./build/libs/contrast-accessibility-${{ needs.version.outputs.version }}.jar ./contrast-accessibility.jar
- uses: actions/upload-artifact@master
with:
name: contrast-accessibility-jar
Expand Down

0 comments on commit c91210d

Please sign in to comment.