Skip to content

Commit

Permalink
Updated Nmap job
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshixx committed Apr 19, 2021
1 parent 31fc61d commit faa9a33
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-nmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,20 @@ jobs:
uses: actions/checkout@v2

- name: Prepare Environment
run: mkdir /releases
run: mkdir /tmp/releases

- name: Download Artifacts
uses: actions/download-artifact@v2
with:
path: /releases
path: /tmp/releases

- name: List Artifacts
run: ls -la /tmp/releases

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: /releases/*
files: /tmp/releases/*
name: Nmap v${{ needs.build-x86.outputs.PACKAGED_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit faa9a33

Please sign in to comment.