Skip to content

Build triggered by shemuwel #7

Build triggered by shemuwel

Build triggered by shemuwel #7

name: build
run-name: Build triggered by ${{ github.actor }}
on:
push:
pull_request_target:
types: [opened, edited, ready_for_review]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mvn package
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: target/TestComplete.hpi
with:

Check failure on line 17 in .github/workflows/standard-build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/standard-build.yml (Line: 17, Col: 9): 'with' is already defined
path: target/TestComplete.jar