Skip to content

Set version to 1.1.7 #23

Set version to 1.1.7

Set version to 1.1.7 #23

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
call-build:
uses: ./.github/workflows/build.yml
secrets: inherit
release:
runs-on: windows-latest
needs: call-build
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: installer
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: ./AmagnoPrinterInstaller.msi
token: ${{ secrets.GITHUB_TOKEN }}