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 d605d30 commit e9917cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: debs
path: /tmp/debs
path: /tmp/
- run: |
echo "starting with:"
echo "cat /tmp/debs/test.txt"
Expand All @@ -52,4 +52,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: debs
path: /tmp/debs
path: /tmp/debs/

0 comments on commit e9917cf

Please sign in to comment.