Skip to content

Version 1.1.17

Version 1.1.17 #54

name: build_image_for_test
on:
push:
branches:
- 'test'
- 'dev'
jobs:
build-2019:
runs-on: windows-2019
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Choco pack
uses: crazy-max/ghaction-chocolatey@v3
with:
args: pack
-
name: Choco install
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install doublecmd -y -s .
build-2022:
runs-on: windows-2022
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Choco pack
uses: crazy-max/ghaction-chocolatey@v3
with:
args: pack
-
name: Choco install
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install doublecmd -y -s .
-
name: Choco push
uses: crazy-max/ghaction-chocolatey@v3
with:
args: push --source https://www.myget.org/F/public-choco-dev/api/v2/package -k=${{ secrets.MYGET_API_KEY }}