Skip to content

Commit 3d437ee

Browse files
Update wildcard match in deploy
1 parent 480dc4c commit 3d437ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
run: |
6666
$tagVersion = "${{ github.ref }}".substring(11)
6767
echo "::set-output name=TAG_VERSION::$tagVersion"
68-
dotnet nuget push IntelliTect.Selenate.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
68+
dotnet nuget push IntelliTect.TestTools.Selenate.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
6969
id: tag-version
7070
- name: Upload nupkg to Releases
7171
uses: softprops/action-gh-release@v1
7272
with:
7373
fail_on_unmatched_files: true
7474
generate_release_notes: true
75-
files: IntelliTect.Selenate.${{ steps.tag-version.outputs.TAG_VERSION }}.nupkg
75+
files: IntelliTect.TestTools.Selenate.${{ steps.tag-version.outputs.TAG_VERSION }}.nupkg

0 commit comments

Comments
 (0)