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
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: TgBotLib_build
|
||||
path: TgBotLib_build # Adjust this to download the artifact directly under 'TgBotLib_build'
|
||||
name: release
|
||||
path: release
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue