Skip to content

Commit

Permalink
Update release yml -test
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Aug 30, 2024
1 parent 33906cd commit 0073253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
gulp package-solution --ship
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pnp-modern-search-parts-${{ steps.gitversion.outputs.semver }}
path: ${{ github.workspace }}/**/*.sppkg
retention-days: 1
overwrite: true

release:
runs-on: ubuntu-latest
Expand All @@ -82,9 +84,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
with:
name: pnp-modern-search-parts-${{ needs.build.steps.gitversion.outputs.semver }}
- uses: actions/download-artifact@v4

- name: Create GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 0073253

Please sign in to comment.