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 25abf33 commit c330f6cCopy full SHA for c330f6c
.github/workflows/cp_latest_dispatch.yml
@@ -350,6 +350,10 @@ jobs:
350
run: |
351
hdiutil attach FiddlerEverywhere.dmg
352
cp -R /Volumes/FiddlerEverywhere/* ./fe_app/
353
+
354
+ - name: List fe_app
355
+ shell: pwsh
356
+ run: Get-ChildItem -Recurse
357
358
- name: Upload Fiddler Everywhere Extracted folder as an artifact
359
uses: actions/upload-artifact@v4
0 commit comments