Skip to content

Publish release version #3

Publish release version

Publish release version #3

name: Publish release version
on:
workflow_run:
workflows: ["Build and test"]
# tags: ["v*.*.*"]
types: [completed]
jobs:
publish-release:
strategy:
fail-fast: false
matrix:
host: [
{
type: macos, os: macos-13,
build-options: "--build-tests -Xswiftc -enable-testing",
# No coverage support on MacOS
test-options: "-v"
}
]
runs-on: ${{ matrix.host.os }}
steps:
- name: Download VSCode extension artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: build-and-test.yml
name: vscode-extension-artifacts
- name: Display structure of downloaded files
run: ls -R