fix uses links to include fqdn
This commit is contained in:
parent
8dfe1d74db
commit
dfde9df3c3
1 changed files with 8 additions and 8 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
@ -25,12 +25,12 @@ jobs:
|
||||||
git checkout $LATEST_TAG
|
git checkout $LATEST_TAG
|
||||||
|
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v3
|
uses: https://github.com/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v5
|
uses: https://github.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.LATEST_TAG }}
|
tag: ${{ env.LATEST_TAG }}
|
||||||
name: ${{ env.LATEST_TAG }}
|
name: ${{ env.LATEST_TAG }}
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- name: Clone Main Repo
|
- name: Clone Main Repo
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/liamcottle/reticulum-meshchat reticulum-meshchat
|
git clone --depth 1 https://github.com/liamcottle/reticulum-meshchat reticulum-meshchat
|
||||||
|
|
||||||
- name: Get Latest Tag
|
- name: Get Latest Tag
|
||||||
working-directory: ./reticulum-meshchat
|
working-directory: ./reticulum-meshchat
|
||||||
run: |
|
run: |
|
||||||
|
@ -80,12 +80,12 @@ jobs:
|
||||||
git checkout $LATEST_TAG
|
git checkout $LATEST_TAG
|
||||||
|
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v3
|
uses: https://github.com/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v5
|
uses: https://github.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.LATEST_TAG }}
|
tag: ${{ env.LATEST_TAG }}
|
||||||
name: ${{ env.LATEST_TAG }}
|
name: ${{ env.LATEST_TAG }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue