Skip to content

Commit

Permalink
include date
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 22, 2024
1 parent f31bcb7 commit 1da091c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
commit: ${{ github.sha }}
name: my-artifact
path: .
- run: ls -l
- run: ls -l && cat world.txt
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
stuff:
runs-on: ubuntu-latest
steps:
- run: echo hello > world.txt
- run: echo hello > world.txt && date >> world.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
Expand Down

0 comments on commit 1da091c

Please sign in to comment.