Skip to content

Commit

Permalink
lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTyp7214 committed Feb 23, 2023
1 parent f8e0647 commit fc8a78e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ jobs:
- name: Get JSON
id: metadataJson
run: |
content=`cat app/build/outputs/apk/debug/output-metadata.json`
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"
content="${content//$'\r'/'%0D'}"
echo "json=$(cat app/build/outputs/apk/debug/output-metadata.json | jq -c .)" >> $GITHUB_OUTPUT
- name: Sign artifact
Expand Down

0 comments on commit fc8a78e

Please sign in to comment.