Skip to content

Commit 903dfbc

Browse files
authored
Update paths in release workflow for artifacts
1 parent 464bd22 commit 903dfbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
fail_on_unmatched_files: false
6969
generate_release_notes: true
7070
files: |
71-
openig-war/target/*.war
72-
openig-docker/target/Dockerfile*
71+
target/checkout/openig-war/target/*.war
72+
target/checkout/openig-docker/target/Dockerfile*
7373
7474
- uses: actions/checkout@v4
7575
continue-on-error: true
@@ -87,7 +87,7 @@ jobs:
8787
cd ${{ github.event.repository.name }}.wiki
8888
rm -rf asciidoc
8989
mkdir asciidoc
90-
cp -R ../openig-doc/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
90+
cp -R ../target/checkout/openig-doc/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
9191
git add -A
9292
git commit -a -m "upload docs after release ${{ github.event.inputs.releaseVersion }}"
9393
git tag -f ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)