Skip to content

Commit

Permalink
fix(workflow): pulling before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 5, 2024
1 parent e8ca34c commit 38d5bfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ jobs:
Copy-Item help
# Copy-Item -Path "C:\TEMP\PS\DossierA\*" -Destination "C:\TEMP\PS\DossierB\" -Include *.jpg

- name: Commit binaries
- uses: actions/checkout@v1
name: Commit binaries
run: |
git add builds/*
git commit -m "chore(binaries): added latest Remède binaries"
git pull
git push

0 comments on commit 38d5bfa

Please sign in to comment.