Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox authored Aug 10, 2024
1 parent 784b1c1 commit ed40435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: Build
run: go build github.com/fluofoxxo/outrun
- name: Identify (1/2)
run: git config --global user.email beegweenor@gmail.com
run: git config --global user.email totallyrealemail@gmail.com
- name: Identify (2/2)
run: git config --global user.name "weenor!!"
run: git config --global user.name "Phlox - Actions Edition"
- name: Upload (1/3)
run: git init
- name: Upload (2/3)
run: git pull https://github.com/yophlox/outrun
- name: Upload (3/3)
run: git add outrun.exe -f
- name: Commit Changes
run: git commit -m actions
run: git commit -m OutrunBuild
- name: Push Changes
run: git push

0 comments on commit ed40435

Please sign in to comment.