Skip to content

Commit

Permalink
Revert "Download assets to folder"
Browse files Browse the repository at this point in the history
This reverts commit 36d3d6c.
  • Loading branch information
msj committed Dec 1, 2023
1 parent 40c19d4 commit ef85268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ jobs:
with:
tag: "nightly"
fileName: "*.db.zip"
outFilePath: "assets"

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

0 comments on commit ef85268

Please sign in to comment.