Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Aug 17, 2023
1 parent a01812d commit 8addbbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
name: Build ${{ matrix.R }}
steps:
- name: Make test artifact
run: echo hi from ${{ github.run_id }} > testarti.txt
- uses: actions/upload-artifact@v3
with:
name: testarti
path: testarti.txt
- name: Test dispatch
uses: codex-/return-dispatch@v1
id: return_dispatch
Expand Down

0 comments on commit 8addbbd

Please sign in to comment.