Skip to content

Commit

Permalink
ok im dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Jan 19, 2023
1 parent be53cde commit b589027
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 @@ -16,7 +16,7 @@ jobs:

- run: ./gradlew build
- run: echo "VERSION=$(ls build/libs | cut -d "-" -f 2- | cut -d "." -f 1)" >> $GITHUB_ENV
- run: echo "FILE=$(ls build/libs)" >> $GITHUB_ENV
- run: echo "FILE=$(ls -d build/libs/*)" >> $GITHUB_ENV

- uses: actions/create-release@v1
env:
Expand Down

0 comments on commit b589027

Please sign in to comment.