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 }}"
|
git push origin "nmap-v${{ needs.build-x86.outputs.version }}"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
files: /tmp/releases/*
|
|
||||||
name: Nmap v${{ needs.build-x86.outputs.version }}
|
name: Nmap v${{ needs.build-x86.outputs.version }}
|
||||||
env:
|
tag: nmap-v${{ needs.build-x86.outputs.version }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
artifacts: /tmp/releases/*
|
||||||
GITHUB_REF: nmap-v${{ needs.build-x86.outputs.version }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue