There was an error while loading. Please reload this page.
1 parent 5f0a38a commit 9beb35eCopy full SHA for 9beb35e
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v6
12
+ with:
13
+ path: ''
14
15
- name: Install tfx-cli
16
run: npm install -g tfx-cli
@@ -20,6 +22,7 @@ jobs:
20
22
- name: Copy PROD artifacts
21
23
shell: pwsh
24
run: |
25
+ Write-Host "github.workspace: ${{ github.workspace }}"
26
New-Item -ItemType Directory -Force -Path "${{ github.workspace }}/artifacts/prod"
27
Get-ChildItem -Path "${{ github.workspace }}" -Recurse -Filter "SQLPlayer*.vsix" |
28
Copy-Item -Destination "${{ github.workspace }}/artifacts/prod"
0 commit comments