Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dacacioa committed Nov 9, 2024
1 parent bd5c050 commit fbfd09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
with:
python-version: '3.7'
architecture: 'x64'

Expand All @@ -37,7 +37,7 @@ jobs:
pyinstaller --onefile seqsl.py
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: seqsl
path: dist/seqsl.exe
Expand Down

0 comments on commit fbfd09c

Please sign in to comment.