Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-arash authored Sep 15, 2024
1 parent f6329c7 commit 4689f46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install scapy colorama pyinstaller
pip install -r requirements.txt || pip install scapy colorama pyinstaller
- name: Build with PyInstaller
run: |
Expand All @@ -35,6 +35,8 @@ jobs:
with:
name: built-app
path: dist/
- name: GitHub Releases
uses: fnkr/[email protected]


- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: dist/network_scanner

0 comments on commit 4689f46

Please sign in to comment.