Compare commits
1 commit
v1.0.0-alp
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2529026462 |
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
|
@ -468,6 +468,8 @@ jobs:
|
||||||
name: Package/Release
|
name: Package/Release
|
||||||
needs: [build, msi]
|
needs: [build, msi]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
outputs:
|
outputs:
|
||||||
package_list: ${{ steps.set-package-list.outputs.package_list }}
|
package_list: ${{ steps.set-package-list.outputs.package_list }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue