Skip to content

Commit

Permalink
Hardcode artifact name to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Aug 30, 2024
1 parent 3c4464a commit fac7af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: pnp-modern-search-parts-${{ steps.gitversion.outputs.semver }}
name: pnp-modern-search-parts-v4
path: ${{ github.workspace }}/**/*.sppkg
retention-days: 1
overwrite: false
Expand Down

0 comments on commit fac7af5

Please sign in to comment.