Skip to content

Commit

Permalink
Update build_snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb committed Sep 29, 2024
1 parent 697c939 commit 14c09fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
push:
branches:
- 'main'
paths:
- 'src/**'

jobs:
build:
Expand Down Expand Up @@ -37,11 +35,11 @@ jobs:
distribution: 'zulu'
cache: gradle
- name: Build
uses: gradle/gradle-build-action@v4.3.3
uses: gradle/gradle-build-action@v3
with:
arguments: build
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4.3.3
with:
name: ResourceModLoader-snapshot-${{ github.run_number}}.jar
path: build/libs

0 comments on commit 14c09fe

Please sign in to comment.