Skip to content

Commit

Permalink
opt_graph > optgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele authored Aug 28, 2021
1 parent f5c9980 commit e286562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e286562

Please sign in to comment.