Skip to content

Commit

Permalink
ci: should check allay branch
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Sep 17, 2024
1 parent 18a2456 commit 1f01b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Upload Allay-Server
- name: Upload Terra-Allay
uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'master')
if: success() && contains(github.ref_name, 'allay')
with:
name: Terra-Allay
path: platforms/allay/build/libs/*.jar

0 comments on commit 1f01b99

Please sign in to comment.