Skip to content

Commit

Permalink
Fix publish action script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Aug 27, 2021
1 parent 9629579 commit b8ae3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
output="$(find build/libs/ ! -name "*-dev.jar" ! -name "*-sources.jar" -type f -printf "%f\n")"
echo "::set-output name=jarname::$output"
- name: Upload assets to GitHub Action
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v2
with:
name: TweakMyClient-fabric-mc${{ matrix.branch }}-${{ steps.getid.outputs.commitID }}(Public Release)
Expand Down

0 comments on commit b8ae3b6

Please sign in to comment.