Skip to content

Commit

Permalink
Make it a seperate job
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Oct 12, 2024
1 parent 0cc9644 commit 50a13c0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/generic.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand All @@ -35,11 +34,19 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Artifact output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}
path: build/libs/${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}.jar

link:
- runs-on: ubuntu-latest
- permissions:
- contents: read
- pull-requests: write
- steps:
- uses: actions/checkout@v3

- name: Comment artifact links on PR
uses: benwoo1110/artifact-comment-action@test
with:
Expand Down

0 comments on commit 50a13c0

Please sign in to comment.