Skip to content

Commit

Permalink
try running main build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Oct 23, 2024
1 parent a6e2416 commit 5de7f9b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
vpk-cli:
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
name: cli-${{ matrix.os }}
path: generator/refout/*
generate:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -38,13 +38,18 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_wait_seconds: 900
artifacts: cli-macos-latest,cli-windows-latest
artifacts: cli-macos-latest,cli-ubuntu-latest
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: docs/reference/cli/content
pattern: cli-*
merge-multiple: true
- name: test
run: ls -la docs/reference/cli/content
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: output
path: docs/reference/*
# - name: test
# run: ls -la docs/reference/cli/content

0 comments on commit 5de7f9b

Please sign in to comment.