Skip to content

Maven Release

Maven Release #8

Workflow file for this run

on:
workflow_dispatch:
jobs:
release:
name: download
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: artifact
- name: Test artifact
run: ls -R