Skip to content

Commit

Permalink
upload artifacts for @orifu
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jun 8, 2023
1 parent 56228e7 commit 5efd061
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ jobs:
- name: grant execute permission for gradlew
run: chmod +x gradlew
- name: build with gradle
run: ./gradlew build
run: ./gradlew build
- name: capture build artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: build/libs/

1 comment on commit 5efd061

@orifu
Copy link
Contributor

@orifu orifu commented on 5efd061 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

appreciate

Please sign in to comment.