Skip to content

v2.5.22

v2.5.22 #85

Workflow file for this run

name: Deploy
on:
release:
types: [created]
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Install needed software
run: ./.github/scripts/Install.ps1
env:
FZF_VERSION: 0.24.3
shell: pwsh
- name: Build PSFzf-Binary
run: ./.github/scripts/Build.ps1
shell: pwsh
- name: Publish
run: ./.github/scripts/Deploy.ps1
shell: pwsh
env:
POWERSHELLGALLERY_APIKEY: ${{ secrets.POWERSHELLGALLERY_APIKEY }}
GITHUB_PRERELEASE: ${{ github.event.release.prerelease }}