Skip to content

Commit d187d9c

Browse files
committed
actions BUGFIX debug msg #2
1 parent 1665ee3 commit d187d9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,13 @@ jobs:
137137

138138
- name: Build-and-install-package
139139
shell: bash
140-
working-directory: ${{ github.repository }}
140+
working-directory: ${{ github.workspace }}
141141
run: |
142142
pip install apkg
143143
apkg system-setup
144+
echo "git msg"
145+
git log --oneline -n1
146+
echo "git msg2"
144147
apkg build
145148
apkg install
146149
if: ${{ matrix.config.name == 'DEB Package' }}

0 commit comments

Comments
 (0)