Bugfix
This commit is contained in:
parent
5afc016fee
commit
12520fafb3
4
.github/workflows/tdapi_file.yaml
vendored
4
.github/workflows/tdapi_file.yaml
vendored
@ -97,10 +97,10 @@ jobs:
|
||||
./scripts/continuous-integration/github-workflows/build-tdapi.sh
|
||||
- id: getfilename
|
||||
shell: bash
|
||||
run: echo "::set-output name=file::$(cd generated-sealed/target; ls tdli*-api-*.jar)"
|
||||
run: echo "::set-output name=file::$(cd generated-sealed/target; ls tdli*-api-*-SNAPSHOT.jar)"
|
||||
- id: getfilepath
|
||||
shell: bash
|
||||
run: echo "::set-output name=file::$(ls generated-sealed/target/tdli*-api-*.jar)"
|
||||
run: echo "::set-output name=file::$(ls generated-sealed/target/tdli*-api-*-SNAPSHOT.jar)"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ steps.getfilename.outputs.file }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user