Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Jan 17, 2022
1 parent 696789d commit 9a9b29c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/devnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Devnet Community Release"
on:
push:
branches:
- nix-devnet
- nix-devnet-fix

jobs:
deploy-devnet:
Expand All @@ -25,9 +25,10 @@ jobs:

- uses: actions/setup-python@v2

- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Install Nix
run: |
curl -L -o install-nix https://nixos.org/nix/install
sh ./install-nix
- uses: cachix/cachix-action@v10
with:
Expand All @@ -41,7 +42,7 @@ jobs:
- name: Push artifact
run: |
/home/runner/.cargo/bin/cargo build --release
/home/runner/.cargo/bin/cargo build --release
tar -czvf composable-picasso-${{ env.RELEASE_VERSION }}.tar.gz target/release/composable
gsutil mv *.tar.gz gs://composable-binaries/community-releases/picasso/
Expand Down

0 comments on commit 9a9b29c

Please sign in to comment.