Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 2, 2023
1 parent 7150bdb commit f1e62ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:

- uses: hetznercloud/tps-action@main

- run: echo "BINARY=packer-plugin-hcloud.exe" >> $GITHUB_ENV
if: runner.os == 'Windows'
- if: runner.os == 'Windows'
run: |
echo "BINARY=packer-plugin-hcloud.exe" >> $GITHUB_ENV
echo "PACKER_PLUGIN_PATH=%APPDATA%\packer.d\plugins" >> $GITHUB_ENV
- run: |
env
Expand Down

0 comments on commit f1e62ca

Please sign in to comment.