Skip to content

Commit

Permalink
fix current user folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 9, 2023
1 parent b99ae78 commit bd41dc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/AutoPkgReleaseNupkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
run: choco install python3 --version 3.11.4 --no-progress --yes --force --force-dependencies

- name: test chocolately install autopkg.nupkg
run: cd ~ && choco install autopkg -s "Library\AutoPkg\Cache\com.github.jgstew.nupkg.AutoPkg\nupkgs\" --pre --no-progress --yes --force --force-dependencies --verbose
shell: cmd
run: choco install autopkg -s "$env:USERPROFILE\Library\AutoPkg\Cache\com.github.jgstew.nupkg.AutoPkg\nupkgs\" --pre --no-progress --yes --force --force-dependencies --verbose

- name: test autopkg chocolately install
run: autopkg run -v Test-Recipes/AutopkgCore.test.recipe.yaml
Expand Down

0 comments on commit bd41dc3

Please sign in to comment.