Skip to content

Commit

Permalink
Merge pull request #5989 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Create ssh config directory
  • Loading branch information
tzununbekov authored Feb 22, 2024
2 parents 8728a43 + 40441f2 commit 824eb75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
# workaround for expired key until it gets updated
gpg --quick-set-expire F0AB06E81EEBCED6F69460F12B13D750E4ECCA9D 2025-02-05
mkdir -p /home/runner/.ssh
source env.sh
sudo -E go run mage.go -v ${{ matrix.platform }}
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
# workaround for expired key until it gets updated
gpg --quick-set-expire F0AB06E81EEBCED6F69460F12B13D750E4ECCA9D 2025-02-05
mkdir -p /home/runner/.ssh
source build/env.sh
sudo -E go run mage.go -v ${{ matrix.platform }}
Expand Down

0 comments on commit 824eb75

Please sign in to comment.