From bb6b93a556e85dc1f55e8463e86e5aa352ca6d41 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Fri, 25 Oct 2024 16:02:11 -0400 Subject: [PATCH] Switch back to old artifact naming scheme, that's not where the problem is --- .github/workflows/ant.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index f738fbc..a9839ba 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -21,6 +21,7 @@ jobs: - name: Upload I2P-${{ github.sha }}.dmg uses: actions/upload-artifact@v4 with: + name: I2P-${{ github.sha }}.dmg path: I2P-*.dmg build-22: