Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Jul 29, 2024
1 parent 065bbf8 commit b1bf9b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleFoss

- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: Metadator-${{ github.sha }}.apk
path: app/build/outputs/apk/foss/*.apk

# Perform CodeQL analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit b1bf9b8

Please sign in to comment.