Skip to content

Commit

Permalink
fix: Broken CI for macOS executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Feb 19, 2022
1 parent 172fe30 commit 2b96667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ src/.jshintrc export-ignore
src/.prettierignore export-ignore
src/.prettierrc.yaml export-ignore
src/.snyk export-ignore
src/release-config export-ignore
src/Dockerfile export-ignore
.codeclimate.yml export-ignore
.editorconfig export-ignore
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ jobs:
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_APP_IDENTITY: ${{ secrets.AC_APP_IDENTITY }}
run: |
gon ./release-config/gon.json
ls -la
ls -la src
gon ./src/release-config/gon.json
- name: Debug
run: |
Expand Down
1 change: 1 addition & 0 deletions src/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config/*
config/certificate/*
cert/*
img/*
release-config/*
.dockerignore
.gitignore
docker-compose.yml
Expand Down

0 comments on commit 2b96667

Please sign in to comment.