Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 10, 2023
1 parent 6f3b02f commit 5ab94f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Package application
run: >-
cd hasherino && flet pack __main__.py
cd hasherino && flet pack __main__.py --name hasherino
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Package application
run: >-
cd hasherino && flet pack __main__.py
cd hasherino && flet pack __main__.py --name hasherino
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5ab94f6

Please sign in to comment.