We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dfdc1 commit 3e04f0cCopy full SHA for 3e04f0c
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
fail_on_unmatched_files: false
69
generate_release_notes: true
70
files: |
71
- openidm-zip/target/*.zip
+ target/checkout/openidm-zip/target/*.zip
72
73
- uses: actions/checkout@v4
74
continue-on-error: true
@@ -86,7 +86,7 @@ jobs:
86
cd ${{ github.event.repository.name }}.wiki
87
rm -rf asciidoc
88
mkdir asciidoc
89
- cp -R ../openidm-doc/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
+ cp -R ../target/checkout/openidm-doc/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
90
git add -A
91
git commit -a -m "upload docs after release ${{ github.event.inputs.releaseVersion }}"
92
git tag -f ${{ github.event.inputs.releaseVersion }}
0 commit comments