Skip to content

Commit

Permalink
Fix new artifacts release name
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-timcu committed Nov 26, 2024
1 parent 10f671d commit 743e134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: |
aikido-php-firewall-*
aikido-php-firewall*
- name: List Artifacts
run: |
Expand All @@ -36,4 +36,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
./**/aikido-php-firewall-${{ env.AIKIDO_VERSION }}*
./**/aikido-php-firewall*

0 comments on commit 743e134

Please sign in to comment.