Skip to content

Commit

Permalink
github workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jul 11, 2023
1 parent e5a3353 commit bc8653c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integration-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
path: C:\bin\
path: ${{ github.workspace }}

- name: restore mode+x
run: chmod +x C:\bin\consul.exe
run: chmod +x ${{ github.workspace }}\consul.exe

- name: Setup TcpDump Docker Image
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EXPOSE 8500 8600 8600/udp
#RUN curl %CONSUL_URL% -L -o consul.zip
#RUN tar -xf consul.zip -C consul

COPY C:/bin/consul.exe C:\\consul
COPY consul.exe C:\\consul

COPY .release/docker/docker-entrypoint-windows.sh C:\\docker-entrypoint-windows.sh
ENTRYPOINT ["bash.exe", "docker-entrypoint-windows.sh"]
Expand Down

0 comments on commit bc8653c

Please sign in to comment.