Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 1, 2023
1 parent 36d3d6c commit 40c19d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
fileName: "*.db.zip"
outFilePath: "assets"

- name: Test ls
run: |
ls
- name: Decrypt database
run: |
unzip -P ${{ secrets.CASE_DB_PW }} assets/cases.db.zip
Expand Down

0 comments on commit 40c19d4

Please sign in to comment.