From 60c28ce989e53fd2d89481503bbef2d37111c2a2 Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Tue, 23 Aug 2022 17:27:15 -0500 Subject: [PATCH] comment out artifacts until I can find where they go --- .github/workflows/build-for-windows.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/build-for-windows.yml b/.github/workflows/build-for-windows.yml index cdebe4cb30..50ac745a47 100644 --- a/.github/workflows/build-for-windows.yml +++ b/.github/workflows/build-for-windows.yml @@ -34,6 +34,11 @@ jobs: npm install --global yarn yarn --version + # install GNU make + - name: Install gnu make using choclatey + uses: crazy-max/ghaction-chocolatey@v2 + run: choco install make + # Sets up the node_modules folder with the Windows version of the dependencies - name: Yarn install run: | @@ -43,3 +48,22 @@ jobs: # Downloads kubernetes dependencies - name: Download client binaries run: yarn download:binaries + + # Fix the version of the build + - name: Fix Build version + run: yarn run npm:fix-build-version + + # Compile + - name: Compile + run: yarn run compile + + # clear our pem folder before publish + # https://github.com/ukoloff/win-ca#clear-pem-folder-on-publish + - name: Clear CA trust + run: rm -rf node_modules/win-ca/pem + + # - name: Upload artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: built-artifacts + # path: path/to/artifact/