Skip to content

Commit

Permalink
Create publish-PxtlCa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 17, 2023
1 parent 93da59d commit c871a0a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish-PxtlCa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: publish PxtlCa

on: [ push ]

jobs:
build:

runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
filter: SnowSite/**
- uses: actions/download-artifact@v3
with:
name: Snow
- name: run Snow
shell: pwsh
run: |
ls
"Running Snow"
& Snow\Snow.exe

0 comments on commit c871a0a

Please sign in to comment.