Skip to content

Commit 4c40ccf

Browse files
authored
Always upload EQL artifacts for a workflow
1 parent a5e9dad commit 4c40ccf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-eql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ jobs:
3737
run: |
3838
just build
3939
40+
- name: Upload EQL artifacts
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: eql-release
44+
path: |
45+
release/cipherstash-encrypt.sql
46+
release/cipherstash-encrypt-uninstall.sql
47+
4048
- name: Publish EQL release artifacts
4149
uses: softprops/action-gh-release@v2
4250
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)