Skip to content

Commit

Permalink
CI: DNM
Browse files Browse the repository at this point in the history
DNM. Just a test

Signed-off-by: Jakub Ciesla <jakub.ciesla@nordicsemi.no>
  • Loading branch information
jaci-nordic committed Nov 15, 2024
1 parent 5aa51b1 commit 1772b0b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/uploadv4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Upload Artifact Example

on: [push]

jobs:
upload-artifact:
runs-on: ubuntu-latest
steps:
- name: Create a file to upload
run: echo "Hello, World!" > artifact.txt

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: playground/buran/artifact.txt
overwrite: true

0 comments on commit 1772b0b

Please sign in to comment.