Skip to content

Commit aec1b43

Browse files
committed
ci:fedora fix build
1 parent e74de4e commit aec1b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fedora_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
- name: test
8080
run: |
8181
cd XEngine_Release
82-
./XEngine_ProxyServiceApp -t
82+
./XEngine_AuthorizeService -t
8383
8484
- name: Upload folder as artifact
8585
uses: actions/upload-artifact@v4
8686
with:
87-
name: XEngine_ProxyServiceApp-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
87+
name: XEngine_AuthorizeService-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
8888
path: XEngine_Release/
8989
retention-days: 1

0 commit comments

Comments
 (0)