Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Feb 23, 2024
1 parent ff4525e commit 2b6043f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -8,10 +8,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: ./build.sh
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: advanced-json-datalist-binder
path: target/advanced-json-datalist-binder-*.jar

0 comments on commit 2b6043f

Please sign in to comment.