Skip to content

Commit

Permalink
package action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrinks committed Sep 23, 2024
1 parent 34c37af commit eda89d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/dotnet/pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ runs:
run: dotnet pack --configuration ${{ inputs.dotnet-build-configuration }} --verbosity normal --no-restore -p:PackageVersion=${{ inputs.release-version }} --output ./packages/release

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: |
./packages/preview
./packages/release

0 comments on commit eda89d1

Please sign in to comment.