mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2025-02-22 12:55:08 +00:00
upd workflow
This commit is contained in:
parent
d95a2280c6
commit
9764b9d827
4
.github/workflows/build_addon.yml
vendored
4
.github/workflows/build_addon.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: building addon
|
||||
run: pdm run scons
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: packaged_addon
|
||||
path: ./*.nvda-addon
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
needs: ["build"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: download releases files
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
- name: Display structure of downloaded files
|
||||
|
Loading…
Reference in New Issue
Block a user