Skip to content

Commit

Permalink
Update makeRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpierson committed Jul 8, 2022
1 parent 8ee6960 commit b2c94ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b2c94ef

Please sign in to comment.