From 9979d0724fd5bb63386b5ecc7282ce29c524696c Mon Sep 17 00:00:00 2001 From: Phlox <168133165+yophlox@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:08:30 -0400 Subject: [PATCH] grr --- .github/workflows/build.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..dd5febd --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,37 @@ +# This workflow will build a golang project +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go + +name: Go + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + + build: + runs-on: windows-latest + steps: + - uses: actions/checkout@v4 + + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: '1.20' + + - name: Build + run: go build github.com/fluofoxxo/outrun + - name: Identify (1/2) + run: git config --global user.email beegweenor@gmail.com + - name: Identify (2/2) + run: git config --global user.name "weenor!!" + - 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