Skip to content

Commit d917e56

Browse files
committed
.github/workflows/: Fixed artifact path
1 parent 432c2fe commit d917e56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doxygen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: doxygen
35-
path: ${{ github.workspace }}/${{ env.BUILD_WORKSPACE }}/doxygen.tar.gz
35+
path: $BUILD_WORKSPACE/doxygen.tar.gz
3636
- name: doxygen-test
3737
id: doxygen-test
3838
run: |
@@ -55,4 +55,4 @@ jobs:
5555
uses: actions/upload-artifact@v4
5656
with:
5757
name: doxygen_junit
58-
path: ${{ github.workspace }}/${{ env.BUILD_WORKSPACE }}/doxygen/doxygen_junit.xml
58+
path: $BUILD_WORKSPACE/doxygen/doxygen_junit.xml

.github/workflows/rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
uses: actions/upload-artifact@v4
5151
with:
5252
name: rpm
53-
path: ${{ github.workspace }}/${{ env.BUILD_WORKSPACE }}/RPM/*.rpm
53+
path: $BUILD_WORKSPACE/RPM/*.rpm

0 commit comments

Comments
 (0)