Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 19, 2023
1 parent 26df58a commit f3888d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Decrypt database
run: |
unzip -P '${{ secrets.CASE_DB_PW }}' cases.db.zip
rm cases.db.zip
unzip -P '${{ secrets.CASE_DB_PW }}' cases.db.zip && rm cases.db.zip
- name: Run scrape
run: |
Expand All @@ -46,6 +45,9 @@ jobs:
run: |
zip -p '${{ secrets.CASE_DB_PW }}' cases.db.zip cases.db
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Upload new release
uses: WebFreak001/deploy-nightly@v3.0.0
env:
Expand Down

0 comments on commit f3888d5

Please sign in to comment.