Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nneji123 committed Oct 28, 2023
1 parent 257b898 commit 57a3c7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
pip install -r requirements.txt auto-py-to-exe
pyinstaller autocommiter.spec
shell: bash

- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: upload windows exe
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
D:\a\autocommiter\autocommiter\dist\AutoCommiter.exe
Release.txt

0 comments on commit 57a3c7d

Please sign in to comment.