Skip to content

Commit

Permalink
update deploy decoders path
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianoEger committed Jun 12, 2024
1 parent df304f6 commit 4b444f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: decoders-db
path: data/decoders.db
path: ./data
- name: List contents of data directory
run: ls -la ./data
- name: Upload decoders.db to GitHub release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: data/decoders.db
asset_path: ./data/decoders.db
asset_name: decoders.db
asset_content_type: application/octet-stream

0 comments on commit 4b444f3

Please sign in to comment.