Skip to content

Commit

Permalink
Too bad I can't test this without committing 🫠
Browse files Browse the repository at this point in the history
  • Loading branch information
skycatminepokie committed Apr 3, 2024
1 parent d4b4852 commit f163173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: ./gradlew clean build

- name: Upload Generated Data
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
with:
name: GeneratedData
path: src/main/generated/

- name: Upload JARs
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
with:
name: JARs
path: build/libs/*

0 comments on commit f163173

Please sign in to comment.