Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
  • Loading branch information
NONPLAYT committed Aug 9, 2024
2 parents 7309bdc + 92c42d4 commit 2e8e93e
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 @@ -23,11 +23,11 @@ jobs:
- name: Make Gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/[email protected]
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
- name: Upload RealWorldSync
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.2
with:
name: RealWorldSync
path: "build/libs/RealWorldSync-*.jar"

0 comments on commit 2e8e93e

Please sign in to comment.