Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed May 25, 2024
1 parent dd2dfb9 commit 6d2fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: Find binary.jar
run: echo "BINARY_JAR=$(find . -name '*.binary.jar')" >> $GITHUB_ENV
run: echo "BINARY_JAR=$(find . -name '*binary.jar')" >> $GITHUB_ENV
- name: Create release and upload binary.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6d2fc56

Please sign in to comment.