Skip to content

Commit

Permalink
chore: skip list files on windows publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent d899b38 commit 0124194
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- name: Extract artifact
run: tar -xzf localsandbox-${{ matrix.osname }}-${{ matrix.arch }}.tar.gz

- name: List files
run: ls -la
# - name: List files
# run: ls -la

- name: Set execute permission on Windows
if: matrix.os == 'windows-latest'
Expand Down
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:20

WORKDIR /app

COPY ./dist/scripts/cjs/* /app/

CMD ["node", "/app/cli.js", "run"]

0 comments on commit 0124194

Please sign in to comment.