Skip to content

Commit

Permalink
github action: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Oct 5, 2023
1 parent 3c6e9f5 commit 57352e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jobs:

#-- Test
- name: TEST. Generate test files
run: echo "Hola1" > Test1.txt
run: echo "Hola2" > Test2.txt
run: |
echo "Hola1" > Test1.txt
echo "Hola2" > Test2.txt
#-- Create the Release (draft)
- name: Create the Stable Release
Expand Down

0 comments on commit 57352e3

Please sign in to comment.