Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev0Louis authored Jun 5, 2023
1 parent f97c4a5 commit 9c847cc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,8 @@ jobs:
with:
arguments: build
- name: capture build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.2
with:
name: Artifacts
path: build/libs/
- name: Release & Publish
# You may pin to the exact commit or the version.
# uses: zattoo/publish@c7658fd8c63641736ef23627ca2d6644797565ca
uses: zattoo/[email protected]
with:
# GitHub Token
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit 9c847cc

Please sign in to comment.