Skip to content

Commit

Permalink
test artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 8, 2024
1 parent fa3c9cf commit 376f8db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ needs.build.outputs.artifact }}
path: ./build/distributions/${{ needs.build.outputs.artifact }}
name: ${{ steps.properties.outputs.pluginName }}-${{ steps.properties.outputs.version }}.zip
path: ./build/distributions/
if-no-files-found: error

0 comments on commit 376f8db

Please sign in to comment.