Skip to content

[github] Updated deprecated workflows actions #77

[github] Updated deprecated workflows actions

[github] Updated deprecated workflows actions #77

Workflow file for this run

name: Build
on:
push:
branches: [ externalProject ]
pull_request:
branches: [ externalProject ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
VS_VERSION: 16
SDK_VERSION: '10.0.18362.0'
jobs:
build:
strategy:
fail-fast: true
matrix:
arch: [win32, x64, arm]
platform: [-App, -Desktop]
exclude:
- arch: arm
platform: -Desktop
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- name: Install Strawberry Perl
# Perl included with git does not work when building openssl
run: choco install -y StrawberryPerl nasm
- name: Build
# Build your program with the given configuration
run: .\DoRelease.ps1 -Platforms ${{ matrix.arch }} ${{ matrix.platform }} -VsVersion ${{ env.VS_VERSION }} -SdkVersion "${{ env.SDK_VERSION }}"
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: Kodi dependencies
path: |
package/*-${{ matrix.arch }}-${{ matrix.platform }}.7z

Check failure on line 42 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 42
package/hashes-*-${{ matrix.arch }}-${{ matrix.platform }}.txt