Skip to content

Commit

Permalink
Update build_webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmaker97 authored May 8, 2024
1 parent 9e6472a commit 2ef92df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:

env:
PLUGIN_NAME: plugin_test
PLUGIN_NAME: dh_sentry_loader

jobs:
build:
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./${{ env.PLUGIN_NAME }}.zip
files: ./${{ env.PLUGIN_NAME }}.zip

0 comments on commit 2ef92df

Please sign in to comment.