Skip to content

Build all

Build all #13

Workflow file for this run

name: Build
run-name: Build all
on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: build
steps:
- name: test1
env:
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
if: ${{ success() }}
run: echo $UPLOAD_KEY; #cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$branch/{}" -F "key=$UPLOAD_KEY" "${{ vars.UPLOAD_URL }}" \;;
- name: test2
env:
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
run: echo ${{ env.UPLOAD_KEY }}