Skip to content

Commit

Permalink
ajsklf
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 6, 2023
1 parent 0bf4b29 commit 710e632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ jobs:
asset_path: dist/artifacts/build-linux/r2yara_${{ steps.r2fv.outputs.branch }}_amd64.deb
asset_name: r2yara_${{ steps.r2fv.outputs.branch }}_amd64.deb
asset_content_type: application/vnd.debian.binary-package
- name: Upload precompiled agent script
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/artifacts/build-agent/_agent.js
asset_name: _agent.js
asset_content_type: application/javascript
- name: Upload asset for macOS
uses: actions/upload-release-asset@v1
env:
Expand All @@ -152,12 +143,3 @@ jobs:
asset_path: dist/artifacts/build-macos/r2yara-${{ steps.r2fv.outputs.branch }}-x64.pkg
asset_name: r2yara-${{ steps.r2fv.outputs.branch }}-x64.pkg
asset_content_type: application/octet-stream
- name: Upload asset for Windows (w64)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/artifacts/build-windows/r2yara-${{env.R2V}}-w64.zip
asset_name: r2yara-${{ steps.r2fv.outputs.branch }}-w64.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion dist/debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all: root
root:
cd ../.. && $(MAKE) clean ; ./configure --prefix=/usr $(R2CFG_FLAGS) ; make
mkdir -p root/$(R2PLUGDIR)
cp -f ../../core_yara.so root/$(R2PLUGDIR)
cp -f ../../src/core_yara.so root/$(R2PLUGDIR)

purge: clean
rm -rf root
Expand Down

0 comments on commit 710e632

Please sign in to comment.