Skip to content

Merge pull request #88 from pascalberger/feature/packer_1.9.2 #9

Merge pull request #88 from pascalberger/feature/packer_1.9.2

Merge pull request #88 from pascalberger/feature/packer_1.9.2 #9

Workflow file for this run

name: Publish
on:
push:
tags:
- 1.*
jobs:
publish-packer:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Choco pack
uses: crazy-max/[email protected]
with:
args: pack .\packer.nuspec
- name: Test 64 bit
run: .\test.ps1 -cpu x64
- name: Test 32 bit
run: .\test.ps1 -cpu x86
- name: Add Choco API Key
uses: crazy-max/[email protected]
with:
args: apikey --key ${{secrets.CHOCO_API_KEY}} --source https://push.chocolatey.org/
- name: Publish (noop)
uses: crazy-max/[email protected]
with:
args: push --source https://push.chocolatey.org/