Skip to content

Commit

Permalink
Use defined vars
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 15, 2024
1 parent b184392 commit 80f36ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ jobs:
if: ${{ matrix.name == 'macOS' }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: packaging/${{ env.ARTIFACT_NAME }}.dmg
name: ${{ env.PLUGIN_NAME }} v${{ env.PLUGIN_VERSION }} (${{ runner.os }})
path: packaging/${{ env.PLUGIN_NAME }} v${{ env.PLUGIN_VERSION }} (${{ runner.os }}).dmg
# name: ${{ env.ARTIFACT_NAME }}
# path: packaging/${{ env.ARTIFACT_NAME }}.dmg

Release:
if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down

0 comments on commit 80f36ad

Please sign in to comment.