Updated workflow
This commit is contained in:
parent
a3049d3355
commit
db18d8b826
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ncc_workflow.yml
vendored
4
.github/workflows/ncc_workflow.yml
vendored
|
@ -189,8 +189,8 @@ jobs:
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TgBotLib_build
|
name: release
|
||||||
path: TgBotLib_build # Adjust this to download the artifact directly under 'TgBotLib_build'
|
path: release
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue