ci: use pwsh and USERPROFILE path for wally auth.toml

This commit is contained in:
2026-02-19 20:04:02 -05:00
parent 77d046cfe1
commit 848957b438
+3 -2
View File
@@ -24,9 +24,10 @@ jobs:
uses: CompeyDev/setup-rokit@v0.1.2 uses: CompeyDev/setup-rokit@v0.1.2
- name: login - name: login
shell: pwsh
run: | run: |
mkdir -p ~/.wally mkdir -p $env:USERPROFILE/.wally
echo '${{ secrets.WALLY_AUTH_TOML }}' > ~/.wally/auth.toml echo '${{ secrets.WALLY_AUTH_TOML }}' > $env:USERPROFILE/.wally/auth.toml
- name: publish - name: publish
run: wally publish run: wally publish