Skip to content

Commit 9330fad

Browse files
committed
try different path
1 parent ab77834 commit 9330fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download_asset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ jobs:
123123
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
124124
if: startsWith(github.ref, 'refs/tags/download_asset-prebuild-assets')
125125
with:
126-
files: '.dart_tool/download_asset/**'
126+
files: 'pkgs/native_assets_cli/example/build/download_asset/.dart_tool/download_asset/**'
127127
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)