Skip to content

Commit

Permalink
Revert "Rebrand to phyken"
Browse files Browse the repository at this point in the history
This reverts commit b0ecd4f.
  • Loading branch information
Ekaanth committed Mar 6, 2024
1 parent b0ecd4f commit 0dcf950
Show file tree
Hide file tree
Showing 14 changed files with 2,069 additions and 1,257 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10
CARGO_TERM_COLOR: always
DOCKER_REPO: Phyken-Network/phyken-network-node
DOCKER_REPO: Metaquity-Network/metaquity-network-node

defaults:
run:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# Build and upload the binary to the new release
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: phyken
bin: metaquity
target: ${{ matrix.target }}
tar: all
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -104,8 +104,8 @@ jobs:
if: (matrix.target == 'x86_64-unknown-linux-gnu')
uses: actions/upload-artifact@v3
with:
name: phyken
path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release/phyken
name: metaquity
path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release/metaquity

build-image:
# The type of runner that the job will run on
Expand All @@ -129,7 +129,7 @@ jobs:
- name: Download x86_64 linux binary
uses: actions/download-artifact@v3
with:
name: phyken
name: metaquity
path: ${{ github.workspace }}

# Build and push 2 images, One with the version tag and the other with latest tag
Expand Down
Loading

0 comments on commit 0dcf950

Please sign in to comment.