Skip to content

Commit

Permalink
fix env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotertj committed Jun 4, 2024
1 parent 0ad688e commit 24243e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
id: download_artifact
uses: actions/download-artifact@v4
with:
name: $DB_FILENAME
path: $DB_FILENAME
name: ${{ env.DB_FILENAME }}
path: ${{ env.DB_FILENAME }}

- name: Create DB
if: ${{ failure() && steps.download_artifact.conclusion == 'failure' }}
Expand Down

0 comments on commit 24243e6

Please sign in to comment.