Updated Nmap job
This commit is contained in:
parent
d1e18ab8e2
commit
a94e52ae86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-nmap.yml
vendored
2
.github/workflows/build-nmap.yml
vendored
|
@ -142,6 +142,6 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: /data/*
|
||||
name: Nmap v${{ jobs.build-x86.outputs.PACKAGED_VERSION }}
|
||||
name: Nmap v${{ needs.build-x86.outputs.PACKAGED_VERSION }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue