mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-08 04:23:30 +00:00
Compare commits
3 Commits
add-bits-t
...
43379f1b09
| Author | SHA1 | Date | |
|---|---|---|---|
| 43379f1b09 | |||
| dc9ac5ddc3 | |||
| 9764b9d827 |
8
.github/workflows/build_addon.yml
vendored
8
.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,15 +44,17 @@ 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
|
||||||
|
with:
|
||||||
|
name: packaged_addon
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: packaged_addon/*.nvda-addon
|
files: ./*.nvda-addon
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
prerelease: ${{ contains(github.ref, '-') }}
|
prerelease: ${{ contains(github.ref, '-') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user