Skip to content

Commit

Permalink
Merge pull request #162 from GrowthcraftCE/github-actions-updates
Browse files Browse the repository at this point in the history
Update growthcraft-build.yml
  • Loading branch information
Alatyami authored Oct 11, 2024
2 parents 1403fe0 + 40b070e commit 5243ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/growthcraft-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --info
- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs/
Expand Down

0 comments on commit 5243ef4

Please sign in to comment.