Skip to content

ci: test ci

ci: test ci #4

Workflow file for this run

name: Publish NuGet Package
on:
push:
branches: ["citest"]
tags:
- 'v*.*.*'
jobs:
NuGet-Publish:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- name: Download Artifact
with:
name: artifact.zip
- name: Show
run: ls -al .