Remove set-env in order to deal with githubs deprication stuff

This commit is contained in:
Knutwurst
2020-10-09 17:06:48 +02:00
parent e482a52f69
commit 9b7d7fd316

View File

@@ -89,11 +89,6 @@ jobs:
- name: Compile Firmware with PlatformIO
run: platformio run --environment ${{ matrix.platform }}
- name: Set Environment Variables
run: |
CUSTOM_BUILD_VERSION=$(egrep -o "([0-9]{1,}\.)+[a-zA-Z0-9_.-]{1,}" Marlin/src/inc/Version.h -m2 | tail -n1) && \
echo "::set-env name=CUSTOM_BUILD_VER::$CUSTOM_BUILD_VERSION"
- name: Rename Output Files
run: |
CUSTOM_BUILD_VERSION=$(egrep -o "([0-9]{1,}\.)+[a-zA-Z0-9_.-]{1,}" Marlin/src/inc/Version.h -m2 | tail -n1) && \
@@ -109,6 +104,6 @@ jobs:
- name: Archive all artifacts into one ZIP file
uses: actions/upload-artifact@master
with:
name: Knuwurst-all-in-one_$GITHUB_SHA_SHORT
name: Knuwurst-all-in-one_RELEASE
path: |
.pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex