actions
This commit is contained in:
parent
7588087416
commit
4a8ee15a3c
27
.github/workflows/AAAAAHHHHHHHHHHH!!!!!!!!.yml
vendored
Normal file
27
.github/workflows/AAAAAHHHHHHHHHHH!!!!!!!!.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: AAAAHHHHHHHHHHHH!!!!!!!!!!
|
||||||
|
|
||||||
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '17'
|
||||||
|
|
||||||
|
- uses: gradle/wrapper-validation-action@v1
|
||||||
|
|
||||||
|
- uses: gradle/gradle-build-action@v2.4.2
|
||||||
|
with:
|
||||||
|
arguments: clean build
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: AHHHHHHHHHHH!!!!!!!!!!
|
||||||
|
path: |
|
||||||
|
Fabric/build/libs
|
||||||
|
Forge/build/libs
|
Loading…
Reference in New Issue
Block a user