mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 18:00:23 +01:00
upd artifact name
This commit is contained in:
parent
479a447e52
commit
ac60cf0c06
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: packaged_addon
|
name: pyz_build
|
||||||
path: ./bin/simple-recorder.pyz
|
path: ./bin/simple-recorder.pyz
|
||||||
|
|
||||||
upload_release:
|
upload_release:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Download releases files
|
- name: Download releases files
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: packaged_addon
|
name: pyz_build
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: tree
|
run: tree
|
||||||
@ -54,6 +54,6 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: ./bin/simple-recorder.pyz
|
files: simple-recorder.pyz
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
prerelease: ${{ contains(github.ref, '-') }}
|
prerelease: ${{ contains(github.ref, '-') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user