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
v1.1.0
...
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
|
||||
run: pdm run scons
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: packaged_addon
|
||||
path: ./*.nvda-addon
|
||||
@@ -44,15 +44,17 @@ 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
|
||||
with:
|
||||
name: packaged_addon
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: packaged_addon/*.nvda-addon
|
||||
files: ./*.nvda-addon
|
||||
fail_on_unmatched_files: true
|
||||
prerelease: ${{ contains(github.ref, '-') }}
|
||||
|
||||
Reference in New Issue
Block a user