Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TH2403y authored Aug 11, 2024
1 parent 3d40f77 commit c202159
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

# Auto release
- name: Auto release
uses: "marvinpinto/action-automatic-releases@latest"
- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: latest
prerelease: true
files: |
eco-core/core-stub/build/libs/core-stub-*.jar
eco-core/core-plugin/build/libs/core-plugin-*.jar
eco-core/core-proxy/build/libs/core-proxy-*.jar
bin/*.jar
LICENSE
name: Artifacts
path: build/libs/

0 comments on commit c202159

Please sign in to comment.