Skip to content

Added artifctory to upload and download files #15

Added artifctory to upload and download files

Added artifctory to upload and download files #15

Workflow file for this run

name: my first workflow
on: push
jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v5
- name: welcome list read
run: |
echo "My first github action job"
ls -la
cat README.md
- name: Generate ASCII
run: cowsay -f dragon "Run for cover, I am dragon" >> dragon.txt