We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d3537 commit b7534d3Copy full SHA for b7534d3
.github/workflows/update-database.yml
@@ -69,6 +69,12 @@ jobs:
69
oras pull ghcr.io/homebrew/command-not-found/executables:latest
70
shasum --algorithm=256 --check executables.txt.sha256
71
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
+
78
delete-old-versions:
79
needs: update-database
80
runs-on: ubuntu-latest
0 commit comments