Skip to content

Commit

Permalink
Merge branch 'master' into feature/migrate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Oct 11, 2024
2 parents c2656b3 + 9718fff commit 175779c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew shadowJar

- name: Upload shadowJar
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: dinkplugin-shadow
path: build/libs/dinkplugin-*-all.jar
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
update-resources:
if: ${{ github.repository_owner == 'pajlads' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/npc_drops.json

Large diffs are not rendered by default.

0 comments on commit 175779c

Please sign in to comment.