Skip to content

Commit

Permalink
Merge branch 'main' into pr
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored Aug 4, 2024
2 parents 27dd690 + 29114ca commit 55570ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: artifact-dir
path: dir/subdir
name: artifact
path: dir/subdir/one.txt
5 changes: 2 additions & 3 deletions .github/workflows/run_later.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: artifact-dir
path: different_dir
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}

- name: list files
run: ls -R different_dir
run: ls -R dir/subdir
- name: cat file
run: cat different_dir/four.txt
run: cat one.txt

0 comments on commit 55570ce

Please sign in to comment.