Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox authored Aug 13, 2024
1 parent 166eaf0 commit 8a7da74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
git config --global user.name "Github Actions"
git add *
git commit -am "New build"
git fetch
git push
build-windows:
runs-on: windows-latest
if: false
steps:
- uses: actions/checkout@v4

Expand All @@ -58,6 +60,7 @@ jobs:
git config --global user.name "Github Actions"
git add *
git commit -am "New build"
git fetch
git push
build-osx:
runs-on: macos-latest
Expand All @@ -81,6 +84,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git commit -am "New build"
git add *
git commit -am "New build"
git fetch
git push

0 comments on commit 8a7da74

Please sign in to comment.