We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd5e7a commit 291612bCopy full SHA for 291612b
.github/workflows/build.yml
@@ -27,9 +27,11 @@ jobs:
27
USERNAME: ${{ secrets.USERNAME }}
28
READ_PACKAGES_TOKEN: ${{ secrets.READ_PACKAGES_TOKEN }}
29
run: ./gradlew build
30
-# - name: Check resources
31
-# run: ./gradlew build runDatagen
32
-# - run: if [ -n "$(git status --porcelain)" ]; then exit 1; fi
+ - name: Upload Build Artifacts
+ uses: actions/upload-artifact@v3
+ with:
33
+ name: SophisticatedCore
34
+ path: build/libs
35
- name: Publish to Github Packages
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments