mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
workflows: allow action to upload artifacts
This commit is contained in:
parent
afe91c7cc0
commit
1b67bad270
2
.github/workflows/docker-build-static.yml
vendored
2
.github/workflows/docker-build-static.yml
vendored
@ -405,6 +405,8 @@ jobs:
|
||||
- name: Upload compressed release
|
||||
uses: ncipollo/release-action@v1
|
||||
id: create_release
|
||||
permissions:
|
||||
contents: write
|
||||
with:
|
||||
allowUpdates: true
|
||||
artifacts: aarch64-lldap.tar.gz,
|
||||
|
Loading…
Reference in New Issue
Block a user