From 16b6136b94fce97d3b2e09d67696e958ccc01684 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Sun, 13 Nov 2022 21:56:31 +0330 Subject: [PATCH] :D --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 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..e9b6186 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,13 @@ +on: push + + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-go@v3 + - run: go build . + - uses: actions/upload-artifact@v3 + with: + path: ./neowofetch \ No newline at end of file