Skip to content

Add ZIP supported installer type #18

Add ZIP supported installer type

Add ZIP supported installer type #18

Workflow file for this run

name: Ensure PR builds
# Trigger on every pull request to main
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
targetplatform: [x64]
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v2
- name: Build
run: go build -v ./cmd/gorilla