Skip to content

Update GitHub Artifact Actions to v4 (#3) #14

Update GitHub Artifact Actions to v4 (#3)

Update GitHub Artifact Actions to v4 (#3) #14

Workflow file for this run

name: 'Build'
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Build Application
run: "./build.cmd"
- uses: actions/upload-artifact@v4
with:
name: application
if-no-files-found: error
path: |
TwitchNotify.exe
TwitchNotify.ini