Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed Dec 31, 2024
1 parent df1ebdc commit fe134c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: |
echo "File size: $(stat -c %s $JAR_FILE) bytes"
echo "${{ github.event.release.upload_url }}"
echo $(basename "$JAR_FILE")
UPLOAD_URL="https://uploads.github.com/repos/${{ github.repository }}/releases/${{ github.event.release.id }}/assets?name=$(basename "$JAR_FILE")"
Expand Down

0 comments on commit fe134c2

Please sign in to comment.