Updated workflow

This commit is contained in:
netkas 2024-10-10 14:26:01 -04:00
parent a3049d3355
commit db18d8b826

View file

@ -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: |