Skip to content

Commit

Permalink
fix: Fixed invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 authored May 7, 2024
1 parent 944bb17 commit 918aa45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
id: downloadfile # Remember to give an ID if you need the output filename
with:
url: "${{ secrets.MAP_DATA }}"
target: src-tauri/data.mbtiles
target: src-tauri/
filename: data.mbtiles

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 918aa45

Please sign in to comment.