Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 13, 2024
1 parent 3cc684f commit 30185d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/envtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ jobs:
env:
mascot: Octocat

- name: generate config block
id: config
run: |
echo '{"mascot": "Octocat"}' > config.json
- name: Upload config.json as artifact
uses: actions/upload-artifact@v4
with:
name: config
path: config.json

linux_job:
name: Linux Job
runs-on: ubuntu-latest
Expand Down

0 comments on commit 30185d7

Please sign in to comment.