Skip to content

Commit

Permalink
Fix output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 authored Sep 5, 2024
1 parent 0c1e3d8 commit b5c4a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-agent-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: AddonPatcher-Agent-${{ steps.sha.outputs.sha_short }}.jar
name: AddonPatcher-Agent-${{ steps.sha.outputs.short_sha }}.jar
path: build/libs/*.jar
2 changes: 1 addition & 1 deletion .github/workflows/build-replacer-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: AddonPatcher-Replacer-${{ steps.sha.outputs.sha_short }}.jar
name: AddonPatcher-Replacer-${{ steps.sha.outputs.short_sha }}.jar
path: build/libs/*.jar

0 comments on commit b5c4a83

Please sign in to comment.