Browse Source

github action test

pull/1341/head
lumapu 9 months ago
parent
commit
fabe410967
  1. 10
      .github/workflows/compile_development.yml

10
.github/workflows/compile_development.yml

@ -69,11 +69,10 @@ jobs:
run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT
- name: Create Artifact - name: Create Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ahoydtu_dev name: ahoydtu_dev
path: | path: firmware/*
firmware/*
build-de: build-de:
needs: check needs: check
@ -130,11 +129,10 @@ jobs:
run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT
- name: Create Artifact - name: Create Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ahoydtu_dev name: ahoydtu_dev
path: | path: firmware/*
firmware/*
deploy: deploy:
needs: [build-en, build-de] needs: [build-en, build-de]

Loading…
Cancel
Save