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 e74de4e commit aec1b43Copy full SHA for aec1b43
.github/workflows/fedora_build.yml
@@ -79,11 +79,11 @@ jobs:
79
- name: test
80
run: |
81
cd XEngine_Release
82
- ./XEngine_ProxyServiceApp -t
+ ./XEngine_AuthorizeService -t
83
84
- name: Upload folder as artifact
85
uses: actions/upload-artifact@v4
86
with:
87
- name: XEngine_ProxyServiceApp-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
+ name: XEngine_AuthorizeService-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
88
path: XEngine_Release/
89
retention-days: 1
0 commit comments