Skip to content

Commit 1317a89

Browse files
committed
Fix a syntax error
1 parent 16187c3 commit 1317a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
timeout-minutes: 20
104104
env:
105105
SHA_DIR: sha
106-
SHA_TEXT_FILE: ${{ env.BIN_NAME }}_sha256.txt
106+
SHA_TEXT_FILE: sqlitebiter_sha256.txt
107107

108108
steps:
109109
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)