Skip to content

testing

testing #19

Workflow file for this run

name: testing
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-iso
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
run: |
echo "this is a example file for the text workflow thingy" >> example.txt
ls -la
- name: Create Release
id: upload
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: elgohr/Github-Release-Action@v5
with:
#workdir:
title: test
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
tag_name: 'builds'
files: |
example.txt