Skip to content

Commit

Permalink
Fix package name (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 15, 2023
1 parent 05b72ca commit fe15df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Extract shared
run: |
mkdir -p dist
tar -xvf build/darwinia2-x86_64-linux-gnu.tar.bz2 -C dist/
tar -xvf build/darwinia-x86_64-linux-gnu.tar.bz2 -C dist/
- name: Publish docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit fe15df8

Please sign in to comment.