File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 9393 - name : Download all artifacts
9494 uses : actions/download-artifact@v4
9595
96+ - name : List downloaded artifacts
97+ run : |
98+ echo "Current directory contents:"
99+ ls -la
100+ echo "Looking for artifact directories:"
101+ find . -name "*android-bloatware-remover*" -type f
102+ echo "All files:"
103+ find . -type f
104+
96105 - name : Create Release
97106 uses : softprops/action-gh-release@v2
98107 with :
@@ -132,7 +141,7 @@ jobs:
132141 draft : false
133142 prerelease : false
134143 files : |
135- android-bloatware-remover-windows.exe/android-bloatware-remover.exe
136- android-bloatware-remover-linux/android-bloatware-remover
137- android-bloatware-remover-macos/android-bloatware-remover
144+ android-bloatware-remover-windows.exe/*
145+ android-bloatware-remover-linux/*
146+ android-bloatware-remover-macos/*
138147 fail_on_unmatched_files : false
You can’t perform that action at this time.
0 commit comments