Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Jul 15, 2023
1 parent 8238a2d commit eb40d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
echo "${{ github.event.inputs.deps }}" | sed "s/,/\n/g" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- run: echo "FILE=$(ls -d build/libs/*)" >> $GITHUB_ENV
- run: echo "FILENAME=$(cd build/libs; ls *)" >> $GITHUB_ENV
- run: echo "FILE=$(ls -d build/libs/*-all.jar)" >> $GITHUB_ENV
- run: echo "FILENAME=$(cd build/libs; ls *-all.jar)" >> $GITHUB_ENV
- run: cd ../../

- uses: Kir-Antipov/mc-publish@v3.3
Expand Down

0 comments on commit eb40d43

Please sign in to comment.