Skip to content

Merge pull request #30 from FranciscoNabas/send-tcping-err-obj-handle… #66

Merge pull request #30 from FranciscoNabas/send-tcping-err-obj-handle…

Merge pull request #30 from FranciscoNabas/send-tcping-err-obj-handle… #66

Workflow file for this run

name: .NET
on:
push:
branches: [ "main" ]
env:
PSGAL_APIKEY: ${{ secrets.PSGAL_APIKEY }}
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
- name: Build and Compress
run: |
.\Tools\Helpers\Build.ps1 -psgsec "$env:PSGAL_APIKEY"
- name: Automatic Releases
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "Latest"
prerelease: false
title: "WindowsUtils PowerShell Module"
files: WindowsUtils.zip