Skip to content

Commit

Permalink
fixup! Fix System.IO.IOException: No space left on device
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 1, 2024
1 parent cd366ce commit 4225601
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 @@ -45,7 +45,7 @@ jobs:
id: metadata
run: |
./gradlew --stacktrace metadata listProductsReleases
echo "products-releases=$(jq -nR '[inputs]' < build/listProductsReleases.txt)" >> "$GITHUB_OUTPUT"
echo "products-releases=$(jq -Rnc '[inputs]' < build/listProductsReleases.txt)" >> "$GITHUB_OUTPUT"
# Build
- name: Build project
run: ./gradlew --stacktrace assemble
Expand Down

0 comments on commit 4225601

Please sign in to comment.