Skip to content

Commit

Permalink
Correct Workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 12, 2023
1 parent ef2d1e8 commit 7168e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: ./gradlew build
- uses: actions/upload-artifact@v3
with:
name: build-outputs-${{ env.BUILD_ID }
name: build-outputs-${{ env.BUILD_ID }}
path: app/build/outputs/
- run:
jq -er '.elements[].outputFile|sub("(-unsigned)?(\\.apk)?$";"")' app/build/outputs/apk/debug/output-metadata.json
Expand Down

0 comments on commit 7168e04

Please sign in to comment.