Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Apr 28, 2024
1 parent 6d37ae2 commit db31091
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
@@ -1,6 +1,6 @@
name: Build

on: [workflow_dispatch]
on: [ workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
gradle-version: current
gradle-version: 7.4.2

- name: mc-publish
uses: Kir-Antipov/[email protected]
Expand Down

0 comments on commit db31091

Please sign in to comment.