GHA does not upload artifacts #1963

This commit is contained in:
rusefillc 2020-11-18 18:59:02 -05:00
parent 9d885291ca
commit fa78c3a293
4 changed files with 12 additions and 2 deletions

View File

@ -121,7 +121,9 @@ jobs:
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 ncftp
- name: Set FTP variables
- name: Configs Set FTP variables
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
if [ "${{github.event_name}}" = "push" ] && [ "${{github.ref}}" = "refs/heads/master" ]; then
echo "::set-env name=RUSEFI_FTP_SERVER::${{secrets.RUSEFI_FTP_SERVER}}";
@ -222,7 +224,9 @@ jobs:
- name: Test Compiler
run: arm-none-eabi-gcc -v
- name: Set FTP variables
- name: primary Set FTP variables
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
if [ "${{github.event_name}}" = "push" ] && [ "${{github.ref}}" = "refs/heads/master" ]; then
echo "::set-env name=RUSEFI_FTP_SERVER::${{secrets.RUSEFI_FTP_SERVER}}";

View File

@ -36,6 +36,8 @@ jobs:
# Commit changes and catch the error that occurs if nothing has been changed (without catching other errors)
- name: Commit changes
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub build-firmware Action"

View File

@ -25,6 +25,8 @@ jobs:
run: git clone https://github.com/chuckwagoncomputing/KiCad-Diff.git
- name: Set FTP variables
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
if [ "${{github.event_name}}" = "push" ] && [ "${{github.ref}}" = "refs/heads/master" ]; then
echo "::set-env name=RUSEFI_FTP_SERVER::${{secrets.RUSEFI_FTP_SERVER}}";

View File

@ -21,6 +21,8 @@ jobs:
sudo apt-get install ncftp kicad doxygen xvfb
- name: Set FTP variables
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
if [ "${{github.event_name}}" = "push" ] && [ "${{github.ref}}" = "refs/heads/master" ]; then
echo "::set-env name=RUSEFI_FTP_SERVER::${{secrets.RUSEFI_FTP_SERVER}}";