Skip to content

Build all

Build all #33

Workflow file for this run

name: Build
run-name: Build all
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
steps:
- name: Settalo
run: echo $UPLOAD_KEY > test.txt
- name: Gettalo
run: cat test.txt | sed 's/./& /g'