Skip to content

Commit

Permalink
תיקון
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Aug 14, 2023
1 parent f4fca53 commit 554544a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publisher-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
$env:VERSION = $env:GITHUB_REF -replace '^refs/tags/v', ''
# Run PyInstaller with custom name and version
run: pyinstaller --onefile try_model.py -n is_this_bible.exe
pyinstaller --onefile try_model.py -n is_this_bible.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.ref }}
Expand All @@ -42,6 +42,6 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
files: "dist/is_this_bible.exe" # Use double quotes and access the VERSION variable correctly
files: "dist/Singles-Sorter.exe" # Use double quotes and access the VERSION variable correctly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 554544a

Please sign in to comment.