From 77f0a5d0d33cf4be42ab0b7e080c5ca075b20cfc Mon Sep 17 00:00:00 2001 From: Sebastian Cabrera Date: Tue, 23 May 2023 01:54:42 -0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a40f793..dcafa9c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,7 +41,7 @@ jobs: - uses: softprops/action-gh-release@v0.1.15 if: startsWith(github.ref, 'refs/tags/') with: - files: Package + files: Package.zip # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive #- name: Update dependency graph