Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Dec 10, 2023
1 parent 09ae252 commit 63c8136
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Upload Artifacts
on:
push:
branches: [master]
branches: [1.18.2]

jobs:
build:
Expand All @@ -22,12 +22,6 @@ jobs:
- name: Build
run: ./gradlew build

- name: Upload NeoForge artifacts
uses: actions/upload-artifact@v3.1.2
with:
name: TimeStacker-NeoForge
path: neoforge/build/libs/**.jar

- name: Upload Forge artifacts
uses: actions/upload-artifact@v3.1.2
with:
Expand Down

0 comments on commit 63c8136

Please sign in to comment.