Updated Nmap job
This commit is contained in:
parent
47c0c238dd
commit
f8ddcacf73
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-nmap.yml
vendored
6
.github/workflows/build-nmap.yml
vendored
|
@ -144,13 +144,13 @@ jobs:
|
|||
|
||||
- name: Tag Release
|
||||
run: |
|
||||
git tag "nmap-v${{ needs.build-x86.outputs.PACKAGED_VERSION }}"
|
||||
git push origin "nmap-v${{ needs.build-x86.outputs.PACKAGED_VERSION }}"
|
||||
git tag "nmap-v${{ needs.build-x86.steps.package_nmap.outputs.PACKAGED_VERSION }}"
|
||||
git push origin "nmap-v${{ needs.build-x86.steps.package_nmap.outputs.PACKAGED_VERSION }}"
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: /tmp/releases/*
|
||||
name: Nmap v${{ needs.build-x86.outputs.PACKAGED_VERSION }}
|
||||
name: Nmap v${{ needs.build-x86.steps.package_nmap.outputs.PACKAGED_VERSION }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue