Skip to content

Commit

Permalink
ci: try fix ci artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Apr 4, 2024
1 parent a923d0b commit e122158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
if: success() && contains(github.ref_name, 'master')
with:
name: Allay-API
path: Allay-API/build/libs/Allay-API.jar
path: Allay-API/build/libs/Allay-API-*.jar
- name: Upload Allay-Server
uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'master')
with:
name: Allay-Server
path: Allay-Server/build/libs/Allay-Server-all.jar
path: Allay-Server/build/libs/Allay-Server-*-all.jar

0 comments on commit e122158

Please sign in to comment.