Skip to content

Commit 7b1a554

Browse files
committed
CI: Create binary name from env variables
1 parent 7ff12e3 commit 7b1a554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
uses: actions/upload-artifact@v2
6161
with:
6262
path: ~/.local/bin/sqlitedav
63-
name: sqlitedav_${{ matrix.os }}_x86_64
63+
name: sqlitedav_$RUNNER_OS_$RUNNER_ARCH

0 commit comments

Comments
 (0)