mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2025-02-22 21:05:07 +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
|
- name: building addon
|
||||||
run: pdm run scons
|
run: pdm run scons
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: packaged_addon
|
name: packaged_addon
|
||||||
path: ./*.nvda-addon
|
path: ./*.nvda-addon
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
needs: ["build"]
|
needs: ["build"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: download releases files
|
- name: download releases files
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
|
Loading…
Reference in New Issue
Block a user