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

Commit

Permalink
Browse files Browse the repository at this point in the history
by dependabot
  • Loading branch information
NONPLAYT authored Aug 2, 2023
1 parent cdc71e0 commit 05b6f32
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/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build
- name: Upload RealWorldSync
uses: actions/[email protected]
with:
name: RealWorldSync Dev Artifacts
path: "build/libs/RealWorldSync-*.jar"
path: "build/libs/RealWorldSync-*.jar"

0 comments on commit 05b6f32

Please sign in to comment.