Skip to content

Commit

Permalink
[AMEND] Update pack job with correct project path
Browse files Browse the repository at this point in the history
  • Loading branch information
NikRimington committed Oct 1, 2024
1 parent 179ea00 commit 3da96b4
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 @@ -53,7 +53,7 @@ jobs:
run: echo "::set-env name=VERSION::$(git describe --tags --dirty)"

- name: Pack
run: dotnet pack --output ./artifacts --configuration Release -p:Version=$VERSION
run: dotnet pack src\AccessibleMediaPicker\HCS.Media.AccessibleMediaPicker.csproj --output ./artifacts --configuration Release -p:Version=$VERSION
- uses: actions/upload-artifact@v4
with:
name: artifacts
Expand Down

0 comments on commit 3da96b4

Please sign in to comment.