Updated Nmap job
This commit is contained in:
parent
faa9a33e9d
commit
47c0c238dd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-nmap.yml
vendored
5
.github/workflows/build-nmap.yml
vendored
|
@ -142,6 +142,11 @@ jobs:
|
||||||
- name: List Artifacts
|
- name: List Artifacts
|
||||||
run: ls -la /tmp/releases
|
run: ls -la /tmp/releases
|
||||||
|
|
||||||
|
- 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 }}"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue