Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 31, 2024
1 parent e96a7b5 commit 1058e28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Pub
uses: actions/upload-artifact@v3
with:
name: build-linux
name: build-linux20
path: dist/debian/*.deb
build-linux20-precompiled:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Pub
uses: actions/upload-artifact@v3
with:
name: build-linux
name: build-linux22
path: dist/debian/*.deb
build-agent:
runs-on: ubuntu-22.04
Expand All @@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-agent
path: src/_agent.js
path: src/_agent.js2
build-macos:
runs-on: macos-11
# runs-on: macos-12
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/artifacts/build-linux/r2frida_${{ steps.r2fv.outputs.branch }}_amd64.deb
asset_path: dist/artifacts/build-linux22/r2frida_${{ steps.r2fv.outputs.branch }}_amd64.deb
asset_name: r2frida_${{ steps.r2fv.outputs.branch }}_amd64.deb
asset_content_type: application/vnd.debian.binary-package
- name: Upload precompiled agent script
Expand Down
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ vim src/agent/plugin.ts
jq ".version=\"$V\"" package.json > p
mv p package.json
vim make.bat
mkdir -p node_modules
npm i
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1058e28

Please sign in to comment.