Skip to content

Commit

Permalink
trying out *
Browse files Browse the repository at this point in the history
  • Loading branch information
jjstratton committed Oct 30, 2024
1 parent 9f474bb commit 0ebd13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-commonmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Docker Push to Artifactory
working-directory: backend/CommonModels/bin/Release
run: |
nuget push CommonModels.1.1.8.nupkg -Source https://artifacts.developer.gov.bc.ca/artifactory/api/nuget/de27-common -apikey ${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}
nuget push *.nupkg -Source https://artifacts.developer.gov.bc.ca/artifactory/api/nuget/de27-common -apikey ${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}

0 comments on commit 0ebd13b

Please sign in to comment.