Skip to content

fix typo

fix typo #161

Workflow file for this run

name: Java CI
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: "11"
distribution: "temurin"
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v7
with:
name: vscode-swf-debug
path: distribution/target/vscode-swf-debug/vscode-swf-debug/vscode-swf-debug-*.vsix
archive: false
if-no-files-found: error