Skip to content

Commit

Permalink
Use only official Github actions or actions under IOG org.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jun 1, 2023
1 parent 1b0025d commit e03dab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Nix with good defaults
uses: cachix/install-nix-action@v20
uses: input-output-hk/install-nix-action@v20
with:
extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
Expand All @@ -38,7 +38,7 @@ jobs:
nix build --builders "" --max-jobs 0 .#hydraJobs.windows.cardano-node-win64
cp result/cardano-node-*-win64.zip .
- name: Release
uses: softprops/action-gh-release@v1
uses: input-output-hk/action-gh-release@v1
with:
draft: true
files: |
Expand Down

0 comments on commit e03dab4

Please sign in to comment.