Updated Nmap job
This commit is contained in:
parent
5e8c9f2d08
commit
7facf8d89e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-nmap.yml
vendored
4
.github/workflows/build-nmap.yml
vendored
|
@ -142,7 +142,7 @@ jobs:
|
||||||
path: /tmp/releases
|
path: /tmp/releases
|
||||||
|
|
||||||
- name: List Artifacts
|
- name: List Artifacts
|
||||||
run: ls -la /tmp/releases
|
run: ls -laR /tmp/releases
|
||||||
|
|
||||||
- name: Tag Release
|
- name: Tag Release
|
||||||
run: |
|
run: |
|
||||||
|
@ -154,5 +154,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Nmap v${{ needs.build-x86.outputs.version }}
|
name: Nmap v${{ needs.build-x86.outputs.version }}
|
||||||
tag: nmap-v${{ needs.build-x86.outputs.version }}
|
tag: nmap-v${{ needs.build-x86.outputs.version }}
|
||||||
artifacts: /tmp/releases/*
|
artifacts: "/tmp/releases/*/*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue