diff --git a/.github/workflows/github-actions-image.yaml b/.github/workflows/github-actions-image.yaml index 9c4f35e..3f531f4 100644 --- a/.github/workflows/github-actions-image.yaml +++ b/.github/workflows/github-actions-image.yaml @@ -247,39 +247,39 @@ jobs: file: compaREST-macOS-x86.zip tag: ${{ github.ref }} - Linux-Windows: - needs: check_versions - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - submodules: recursive - - - name: Common setup - uses: ./.github/actions/common_setup - with: - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - - name: Build Windows binary - run: | - cp -LR $(nix-build -A WindowsCompaRESTBin -j auto --no-out-link)/bin compaREST - - - name: Upload Windows compaREST bundle - uses: actions/upload-artifact@v2 - with: - name: compaREST binary – Windows - path: compaREST - - - name: Zip Release Assets - if: github.event_name == 'release' - shell: bash - run: | - zip -r compaREST-Windows.zip compaREST - - - name: Upload compaREST binary – Windows to release - if: github.event_name == 'release' - uses: svenstaro/upload-release-action@2.2.1 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: compaREST-Windows.zip - tag: ${{ github.ref }} +# Linux-Windows: +# needs: check_versions +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# with: +# submodules: recursive +# +# - name: Common setup +# uses: ./.github/actions/common_setup +# with: +# authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} +# +# - name: Build Windows binary +# run: | +# cp -LR $(nix-build -A WindowsCompaRESTBin -j auto --no-out-link)/bin compaREST +# +# - name: Upload Windows compaREST bundle +# uses: actions/upload-artifact@v2 +# with: +# name: compaREST binary – Windows +# path: compaREST +# +# - name: Zip Release Assets +# if: github.event_name == 'release' +# shell: bash +# run: | +# zip -r compaREST-Windows.zip compaREST +# +# - name: Upload compaREST binary – Windows to release +# if: github.event_name == 'release' +# uses: svenstaro/upload-release-action@2.2.1 +# with: +# repo_token: ${{ secrets.GITHUB_TOKEN }} +# file: compaREST-Windows.zip +# tag: ${{ github.ref }}