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
|
./scripts/continuous-integration/github-workflows/build-tdapi.sh
|
||||||
- id: getfilename
|
- id: getfilename
|
||||||
shell: bash
|
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
|
- id: getfilepath
|
||||||
shell: bash
|
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
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.getfilename.outputs.file }}
|
name: ${{ steps.getfilename.outputs.file }}
|
||||||
|
Loading…
Reference in New Issue
Block a user