mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Merge branch 'main' into develop
This commit is contained in:
@@ -20,12 +20,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Pack
|
- name: Build and Pack
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./choco/build.ps1
|
working-directory: ./choco
|
||||||
|
run: ./build.ps1
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
- name: Push to Chocolatey
|
- name: Push to Chocolatey
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
working-directory: ./choco
|
||||||
run: |
|
run: |
|
||||||
$package = Get-ChildItem *.nupkg | Select-Object -First 1
|
$package = Get-ChildItem *.nupkg | Select-Object -First 1
|
||||||
if ($package) {
|
if ($package) {
|
||||||
|
|||||||
Reference in New Issue
Block a user