Skip to content

Commit 291612b

Browse files
committed
[Chore]: Add artifacts again
1 parent 8fd5e7a commit 291612b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
USERNAME: ${{ secrets.USERNAME }}
2828
READ_PACKAGES_TOKEN: ${{ secrets.READ_PACKAGES_TOKEN }}
2929
run: ./gradlew build
30-
# - name: Check resources
31-
# run: ./gradlew build runDatagen
32-
# - run: if [ -n "$(git status --porcelain)" ]; then exit 1; fi
30+
- name: Upload Build Artifacts
31+
uses: actions/upload-artifact@v3
32+
with:
33+
name: SophisticatedCore
34+
path: build/libs
3335
- name: Publish to Github Packages
3436
env:
3537
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)