Kaynağa Gözat

ci: import bun shell

Brendan Allan 7 ay önce
ebeveyn
işleme
92ade2a320
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .github/workflows/publish.yml

+ 1 - 0
.github/workflows/publish.yml

@@ -101,6 +101,7 @@ jobs:
           import * as fs from 'fs/promises';
           import * as fs from 'fs/promises';
           import * as path from 'path';
           import * as path from 'path';
           import { DefaultArtifactClient } from "@actions/artifact";
           import { DefaultArtifactClient } from "@actions/artifact";
+          import { $ } from "bun";
 
 
           const artifactClient = new DefaultArtifactClient()
           const artifactClient = new DefaultArtifactClient()