From b2c94ef461561819cf8c844a93ea7638a1a71bde Mon Sep 17 00:00:00 2001 From: John Date: Fri, 8 Jul 2022 17:25:52 -0600 Subject: [PATCH] Update makeRelease.yml --- .github/workflows/makeRelease.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makeRelease.yml b/.github/workflows/makeRelease.yml index 0b3dae4..1398db5 100644 --- a/.github/workflows/makeRelease.yml +++ b/.github/workflows/makeRelease.yml @@ -12,10 +12,10 @@ jobs: uses: thedoctor0/zip-release@main with: type: 'zip' - filename: 'Relay.zip' - path: './_Release/Revit2022' + filename: 'RelayRelease.zip' + path: './_Release' - name: Upload Release uses: ncipollo/release-action@v1 with: - artifacts: "Relay.zip" + artifacts: "RelayRelease.zip" token: ${{ secrets.GITHUB_TOKEN }}