Skip to content

Commit

Permalink
upload path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnh-jansson committed Aug 5, 2024
1 parent ae33484 commit 9dba492
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: extension
path: rx-proc-ghidra/dist/*.zip
path: dist/*.zip

- name: Debug: List directory contents
run: |
echo "Listing build directory contents:"
ls -R ${{ github.workspace }}
release:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 9dba492

Please sign in to comment.