Skip to content

Commit

Permalink
meetup 7/11/24
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Jul 11, 2024
1 parent 91f23d2 commit 7d76405
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ jobs:
python -m pip install --upgrade pip
pip install pyinstaller
- name: List current directory
run: ls -R

- name: Echo current directory
run: echo $PWD

- name: List content_scheduler directory
run: ls -R content_scheduler

- name: List socialmediascheduler directory
run: ls -R content_scheduler/socialmediascheduler

- name: Build the project
run: |
pyinstaller --noconfirm --onedir --windowed --icon "$(pwd)/content_scheduler/socialmediascheduler/logo.ico" \
Expand Down

0 comments on commit 7d76405

Please sign in to comment.