From 4689f46bea06936d3075fd72852395cc8cf72c30 Mon Sep 17 00:00:00 2001 From: Sudo Arash Date: Sun, 15 Sep 2024 17:38:57 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8873396..b634ea8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | @@ -35,6 +35,8 @@ jobs: with: name: built-app path: dist/ - - name: GitHub Releases - uses: fnkr/github-action-ghr@v1.3 - + + - name: Create GitHub Release + uses: softprops/action-gh-release@v1 + with: + files: dist/network_scanner