Skip to content

Commit

Permalink
Update test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter committed Oct 8, 2024
1 parent 7dd1dac commit 01928bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Convert Reference Data to SQLite
run: bundle exec rake convert_to_sqlite
- name: Upload SQLite Database
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: reference_data_db_${{ secrets.VERSION }}
path: reference_data_${{ secrets.VERSION }}.db

0 comments on commit 01928bb

Please sign in to comment.