Skip to content

Commit

Permalink
הוספת הרשאות
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 15, 2024
1 parent 37d4be6 commit e7e2b65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- '*'

permissions:
contents: write

jobs:
build:
runs-on: windows-latest
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pyinstaller # מתקין PyInstaller אם לא הוספת ל-requirements.txt
pip install pyinstaller
- name: Get the version
id: get_version
Expand Down

0 comments on commit e7e2b65

Please sign in to comment.