Skip to content

Commit b7534d3

Browse files
committed
Upload database as actions artifact
1 parent d8d3537 commit b7534d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-database.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
oras pull ghcr.io/homebrew/command-not-found/executables:latest
7070
shasum --algorithm=256 --check executables.txt.sha256
7171
72+
- name: Upload database artifact
73+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74+
with:
75+
name: executables-database
76+
path: executables.txt
77+
7278
delete-old-versions:
7379
needs: update-database
7480
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)