Skip to content

Commit 54c7c6e

Browse files
authored
Merge pull request #49 from cipherstash/always-upload-workflow-artifacts
Always upload EQL artifacts for a workflow
2 parents 9154678 + 4c40ccf commit 54c7c6e

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)