From e2865629f2dc7c81909a0eae32e6c5fed08e3199 Mon Sep 17 00:00:00 2001 From: Sven Thiele Date: Sat, 28 Aug 2021 07:56:18 +0200 Subject: [PATCH] opt_graph > optgraph --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b7c9c3..4f66328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,13 +23,13 @@ jobs: if: matrix.os == 'ubuntu-latest' env: PACKAGE: "iggy-linux-x86_64.tar.gz" - run: tar -czf $PACKAGE -C target/release/ iggy opt_graph + run: tar -czf $PACKAGE -C target/release/ iggy optgraph - name: archive macOS if: matrix.os == 'macOS-latest' env: PACKAGE: "iggy-macos-x86_64.tar.gz" - run: tar -czf $PACKAGE -C target/release/ iggy opt_graph + run: tar -czf $PACKAGE -C target/release/ iggy optgraph - name: GH Release linux if: matrix.os == 'ubuntu-latest'