mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Move to a tmp folder
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
|||||||
REF_URL: ${{github.event.inputs.reference_binary_url}}
|
REF_URL: ${{github.event.inputs.reference_binary_url}}
|
||||||
BIN_BASE: polkadot-parachain
|
BIN_BASE: polkadot-parachain
|
||||||
BIN_REF: polkadot-parachain-ref
|
BIN_REF: polkadot-parachain-ref
|
||||||
|
TMP: ./tmp
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -43,8 +44,15 @@ jobs:
|
|||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Create tmp folder
|
||||||
|
run: |
|
||||||
|
mkdir -p $TMP
|
||||||
|
cd $TMP
|
||||||
|
pwd
|
||||||
|
|
||||||
- name: Fetch reference binary
|
- name: Fetch reference binary
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
echo Fetching $REF_URL
|
echo Fetching $REF_URL
|
||||||
curl $REF_URL -o $BIN_REF
|
curl $REF_URL -o $BIN_REF
|
||||||
chmod a+x $BIN_REF
|
chmod a+x $BIN_REF
|
||||||
@@ -52,6 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Fetch test binary
|
- name: Fetch test binary
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
echo Fetching $BIN_URL
|
echo Fetching $BIN_URL
|
||||||
curl $BIN_URL -o $BIN_BASE
|
curl $BIN_URL -o $BIN_BASE
|
||||||
chmod a+x $BIN_BASE
|
chmod a+x $BIN_BASE
|
||||||
|
|||||||
Reference in New Issue
Block a user