We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab77834 commit 9330fadCopy full SHA for 9330fad
.github/workflows/download_asset.yaml
@@ -123,5 +123,5 @@ jobs:
123
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
124
if: startsWith(github.ref, 'refs/tags/download_asset-prebuild-assets')
125
with:
126
- files: '.dart_tool/download_asset/**'
+ files: 'pkgs/native_assets_cli/example/build/download_asset/.dart_tool/download_asset/**'
127
fail_on_unmatched_files: true
0 commit comments