We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c9980 commit e286562Copy full SHA for e286562
.github/workflows/release.yml
@@ -23,13 +23,13 @@ jobs:
23
if: matrix.os == 'ubuntu-latest'
24
env:
25
PACKAGE: "iggy-linux-x86_64.tar.gz"
26
- run: tar -czf $PACKAGE -C target/release/ iggy opt_graph
+ run: tar -czf $PACKAGE -C target/release/ iggy optgraph
27
28
- name: archive macOS
29
if: matrix.os == 'macOS-latest'
30
31
PACKAGE: "iggy-macos-x86_64.tar.gz"
32
33
34
- name: GH Release linux
35
0 commit comments