Skip to content

Commit

Permalink
remove dot before file path
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Oct 13, 2023
1 parent 3bcf7e7 commit ae15f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-gh-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build Nuspec
run: |
$ErrorActionPreference = 'Stop'
. ".${{ github.workspace }}/PowerShell/Deploy/BuildNuspecFromPsd1.ps1" -RequiredModulesRepo PSGallery
. "${{ github.workspace }}/PowerShell/Deploy/BuildNuspecFromPsd1.ps1" -RequiredModulesRepo PSGallery
- name: Add nuget sources
#env:
#AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ae15f1d

Please sign in to comment.