Skip to content

Commit bbc6d67

Browse files
debug
1 parent 9c772e9 commit bbc6d67

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/publish-mendix-gradle-plugin.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ jobs:
1414
ref: '114bde309b52b037583d95a9beffee18eb71b65f'
1515
ssh-key: ${{ secrets.MENDIX_GRADLE_PLUGIN_SSH }}
1616
ssh-strict: false
17-
- run: cp .github/gradle/publish-mendix-gradle-plugin.gradle ./
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
with:
19+
path: repo
20+
sparse-checkout: .github/gradle
21+
- run: |
22+
ls -la .
23+
ls -la repo
24+
ls -la repo/.github
25+
ls -la repo/.github/gradle
26+
- run: cp repo/.github/gradle/publish-mendix-gradle-plugin.gradle ./
1827
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #4.7.1
1928
with:
2029
distribution: 'adopt'

0 commit comments

Comments
 (0)