Skip to content

Commit 4b0f4f1

Browse files
committed
Archive jar artifacts built by the CI
1 parent 876b7c4 commit 4b0f4f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/fluent.syntax.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ jobs:
2626
java-version: 1.8
2727
- name: Build and check
2828
working-directory: ./fluent.syntax
29-
run: ./gradlew test
29+
run: ./gradlew build
30+
- name: Archive build artifacts
31+
uses: actions/upload-artifact@v2
32+
with:
33+
name: org.projectfluent.syntax
34+
path: ./fluent.syntax/build/libs/*.jar
3035
lint:
3136
name: lint
3237
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)