Skip to content

Commit

Permalink
_rock-build-test (#126)
Browse files Browse the repository at this point in the history
Fix #125

Signed-off-by: artivis <jeremie.deray@canonical.com>
  • Loading branch information
artivis committed Dec 1, 2023
1 parent 34b7edb commit 3de4a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_rock-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build ROCK
if: steps.changed-files.outputs.any_changed
run: |
for file in ${{ steps.changed-files.outputs.changed_files }}; do
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
current_wd=$(pwd) && cd ${file%/*}
rockcraft pack
cd $current_wd
Expand Down

0 comments on commit 3de4a83

Please sign in to comment.