mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
workflows: allow action to upload artifacts
This commit is contained in:
committed by
nitnelave
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,
|
||||
|
||||
Reference in New Issue
Block a user