Skip to content

Commit

Permalink
fix(workflow): do not checkout: it cancel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 5, 2024
1 parent a42ee73 commit bc72b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
Copy-Item help
# Copy-Item -Path "C:\TEMP\PS\DossierA\*" -Destination "C:\TEMP\PS\DossierB\" -Include *.jpg

- uses: actions/checkout@v1
- name: Commit binaries
run: |
git add builds/*
Expand Down

0 comments on commit bc72b52

Please sign in to comment.