Skip to content

Commit

Permalink
#minor Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WROracer committed May 30, 2023
1 parent ad16bf8 commit e4be020
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: jar
path: target/*.jar
path: target/UNO*.jar
release:
if: 'contains(github.event.head_commit.message, ''#'')'
needs: build
Expand Down Expand Up @@ -128,7 +128,10 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- name: Checkout Latest Commit
uses: actions/checkout@v3
with:
ref: master
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e4be020

Please sign in to comment.