Updated Nmap job
This commit is contained in:
parent
c366f39a57
commit
5e8c9f2d08
1 changed files with 4 additions and 5 deletions
9
.github/workflows/build-nmap.yml
vendored
9
.github/workflows/build-nmap.yml
vendored
|
@ -150,10 +150,9 @@ jobs:
|
|||
git push origin "nmap-v${{ needs.build-x86.outputs.version }}"
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
files: /tmp/releases/*
|
||||
name: Nmap v${{ needs.build-x86.outputs.version }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REF: nmap-v${{ needs.build-x86.outputs.version }}
|
||||
tag: nmap-v${{ needs.build-x86.outputs.version }}
|
||||
artifacts: /tmp/releases/*
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue