Skip to content

test

test #4

Workflow file for this run

name: release packet
on:
push:
branches:
- develop
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Download artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: msbuild.yml
path: ./
- name: Display structure of downloaded files
run: ls -al ./