Skip to content

Commit 3e04f0c

Browse files
authored
Update file paths in release workflow
1 parent f3dfdc1 commit 3e04f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fail_on_unmatched_files: false
6969
generate_release_notes: true
7070
files: |
71-
openidm-zip/target/*.zip
71+
target/checkout/openidm-zip/target/*.zip
7272
7373
- uses: actions/checkout@v4
7474
continue-on-error: true
@@ -86,7 +86,7 @@ jobs:
8686
cd ${{ github.event.repository.name }}.wiki
8787
rm -rf asciidoc
8888
mkdir asciidoc
89-
cp -R ../openidm-doc/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
89+
cp -R ../target/checkout/openidm-doc/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
9090
git add -A
9191
git commit -a -m "upload docs after release ${{ github.event.inputs.releaseVersion }}"
9292
git tag -f ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)