Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 12, 2023
1 parent e9917cf commit da7e24b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
with:
name: debs
path: /tmp/
- run: |
echo "starting with:"
echo "cat /tmp/debs/test.txt"
echo ""
echo "This is job named ${{ matrix.job }} > /tmp/debs/test.txt"
- id: Executing work
run: |
echo "starting with:"
echo "cat /tmp/debs/test.txt"
echo ""
echo "This is job named ${{ matrix.job }} > /tmp/debs/test.txt"
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit da7e24b

Please sign in to comment.