Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidentsinger14 authored Feb 1, 2025
1 parent f6d475c commit 378a615
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
chmod +x gradlew
./gradlew build
- name: Archive plugin
uses: actions/upload-artifact@v4
with:
name: archive
path: build/libs/
- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/libs/*

0 comments on commit 378a615

Please sign in to comment.