Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkolp authored Jan 30, 2025
1 parent 20a5265 commit fd46adf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
- name: Pull latest changes from remote
run: |
git pull origin main
- name: Add and commit built epo.exe
run: |
git add dist/epo.exe
Expand Down Expand Up @@ -84,6 +88,10 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
- name: Pull latest changes from remote
run: |
git pull origin main
- name: Add and commit built epo on Linux
run: |
git add dist/epo
Expand Down Expand Up @@ -127,6 +135,10 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
- name: Pull latest changes from remote
run: |
git pull origin main
- name: Add and commit built epo for macOS
run: |
git add dist/epo
Expand Down

0 comments on commit fd46adf

Please sign in to comment.