Skip to content

Write to a file

Write to a file #2

name: Test Uploading to A Insiders Release
on:
push:
branches:
- 'release-insiders/**'
jobs:
upload:
name: Upload the Build Shaw
runs-on: ubuntu-20.04
steps:
- run: echo ${{ github.sha }} > sha.txt
- run: cat sha.txt