Skip to content

Commit

Permalink
try different path
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Jan 3, 2025
1 parent ab77834 commit 9330fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download_asset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
if: startsWith(github.ref, 'refs/tags/download_asset-prebuild-assets')
with:
files: '.dart_tool/download_asset/**'
files: 'pkgs/native_assets_cli/example/build/download_asset/.dart_tool/download_asset/**'
fail_on_unmatched_files: true

0 comments on commit 9330fad

Please sign in to comment.