Skip to content

Commit

Permalink
feat: testing another new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EwyBoy committed Mar 3, 2024
1 parent 365bd14 commit 22366b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
run: |
pyinstaller --onefile --name counter_phisher --i assets/images/fish.ico counter_phisher.py
- name: Rename artifact for Windows
if: matrix.os == 'windows-latest'
run: |
Move-Item dist/counter_phisher dist/counter_phisher.exe
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 22366b7

Please sign in to comment.