oh-my-posh/.github/workflows/build_code.yml

37 lines
965 B
YAML
Raw Normal View History

2021-10-06 12:43:18 -07:00
on:
pull_request:
paths-ignore:
- 'README.md'
- 'CONTRIBUTING.md'
- 'COPYING'
2022-05-12 22:54:59 -07:00
- 'website/**'
2021-10-06 12:43:18 -07:00
- '.github/*.md'
- '.github/FUNDING.yml'
name: Build Code
jobs:
build:
runs-on: ubuntu-latest
2021-12-16 10:59:45 -08:00
defaults:
run:
shell: pwsh
2021-10-06 12:43:18 -07:00
steps:
- name: Checkout code 👋
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Install Go 🗳
uses: ./.github/workflows/composite/bootstrap-go
- name: Run GoReleaser 🚀
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d
2021-10-06 12:43:18 -07:00
with:
distribution: goreleaser
version: latest
2022-08-26 12:51:47 -07:00
args: build --rm-dist --snapshot --skip-post-hooks --skip-before
2021-10-06 12:43:18 -07:00
workdir: src
2022-12-16 11:47:46 -08:00
- name: Archive production artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
2022-12-16 11:47:46 -08:00
with:
name: builds
retention-days: 1
path: |
src/dist