update
Some checks failed
Build Linux AppImages / build_linux_amd64 (push) Failing after 3m23s
Build Linux AppImages / build_linux_aarch64 (push) Failing after 5m21s

This commit is contained in:
brooke 2025-05-04 13:04:07 -04:00
parent b37363e9c9
commit 8dfe1d74db

View file

@ -12,10 +12,8 @@ jobs:
contents: write contents: write
steps: steps:
- name: Clone Main Repo - name: Clone Main Repo
uses: https://github.com/actions/checkout@v3 run: |
with: git clone --depth 1 https://github.com/liamcottle/reticulum-meshchat reticulum-meshchat
repository: github.com/liamcottle/reticulum-meshchat
path: reticulum-meshchat
- name: Get Latest Tag - name: Get Latest Tag
working-directory: ./reticulum-meshchat working-directory: ./reticulum-meshchat
@ -27,12 +25,12 @@ jobs:
git checkout $LATEST_TAG git checkout $LATEST_TAG
- name: Install NodeJS - name: Install NodeJS
uses: https://github.com/actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 18
- name: Install Python - name: Install Python
uses: https://github.com/actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
@ -52,7 +50,7 @@ jobs:
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: https://github.com/ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: ${{ env.LATEST_TAG }} tag: ${{ env.LATEST_TAG }}
name: ${{ env.LATEST_TAG }} name: ${{ env.LATEST_TAG }}
@ -69,10 +67,8 @@ jobs:
contents: write contents: write
steps: steps:
- name: Clone Main Repo - name: Clone Main Repo
uses: https://github.com/actions/checkout@v3 run: |
with: git clone --depth 1 https://github.com/liamcottle/reticulum-meshchat reticulum-meshchat
repository: github.com/liamcottle/reticulum-meshchat
path: reticulum-meshchat
- name: Get Latest Tag - name: Get Latest Tag
working-directory: ./reticulum-meshchat working-directory: ./reticulum-meshchat
@ -84,12 +80,12 @@ jobs:
git checkout $LATEST_TAG git checkout $LATEST_TAG
- name: Install NodeJS - name: Install NodeJS
uses: https://github.com/actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 18
- name: Install Python - name: Install Python
uses: https://github.com/actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
@ -114,7 +110,7 @@ jobs:
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: https://github.com/ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: ${{ env.LATEST_TAG }} tag: ${{ env.LATEST_TAG }}
name: ${{ env.LATEST_TAG }} name: ${{ env.LATEST_TAG }}