Skip to content

Commit

Permalink
feat: reorg testnet ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Jan 24, 2024
1 parent a294604 commit aa88ab8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,30 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./testnet-id
asset_path: ./networks/testnet/testnet-id
asset_name: testnet-id
asset_content_type: text/plain

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./networks/testnet/testnet-vmid
asset_name: testnet-vmid
asset_content_type: text/plain

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./networks/testnet/testnet-vmid
asset_name: testnet-cid
asset_content_type: text/plain


pre-release-x86_64-linux:
needs: prepare-release
Expand Down
1 change: 1 addition & 0 deletions networks/testnet/testnet-cid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6XrfLZfcg7N6cs4AaH2Z7rYCVreuRePdHxPsvCBtJHyNnAM9L
File renamed without changes.
1 change: 1 addition & 0 deletions networks/testnet/testnet-vmid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tGBrMADESojmu5Et9CpbGCrmVf9fiAJtZM5ZJ3YVDj5JTu2qw

0 comments on commit aa88ab8

Please sign in to comment.