Skip to content

Commit

Permalink
Updates branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardorodriguezdev committed Dec 12, 2024
1 parent 63b2c94 commit 3fd8939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Upload core artifacts
uses: actions/upload-artifact@v4
with:
name: core-${{ github.head_ref }}
name: core-${{ github.ref_name }}
path: ./core/build/libs/*.jar

- name: Upload gradle artifacts
uses: actions/upload-artifact@v4
with:
name: gradle-plugin-${{ github.head_ref }}
name: gradle-plugin-${{ github.ref_name }}
path: ./gradle-plugin/build/libs/*.jar

0 comments on commit 3fd8939

Please sign in to comment.