Skip to content

Commit

Permalink
[CN-3075] Adding working-directory param to permissions change action
Browse files Browse the repository at this point in the history
  • Loading branch information
tovar-rodrigo committed Mar 28, 2024
1 parent ec53160 commit 6f62df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build
env:
ORG_GRADLE_PROJECT_version: ${{ steps.build_variables.outputs.VERSION }}
run: ./gradlew build --stacktrace
run: ./gradlew build #--stacktrace

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: build

- name: Add executable permissions
working-directory: ${{ github.workspace }}
run: |
chmod +x build/webpack
Expand Down

0 comments on commit 6f62df7

Please sign in to comment.