Skip to content

Commit

Permalink
Merge pull request #11 from NikRimington/dev/v1
Browse files Browse the repository at this point in the history
[AMEND] Update pack job with correct project path
NikRimington authored Oct 1, 2024
2 parents 125f2b2 + 3da96b4 commit a378519
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
@@ -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

0 comments on commit a378519

Please sign in to comment.