Skip to content

Commit

Permalink
CI: TITLE
Browse files Browse the repository at this point in the history
description

Signed-off-by: Jakub Ciesla <jakub.ciesla@nordicsemi.no>
  • Loading branch information
jaci-nordic committed Nov 15, 2024
1 parent f094124 commit bffe79d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/uploadv4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
upload-artifact:
runs-on: ubuntu-latest
steps:
- name: Create a file to upload
run: echo "Hello, World!" > artifact.txt
- name: Create directories and file to upload
run: |
mkdir -p playground/buran
echo "Hello, World!" > playground/buran/artifact.txt
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: playground/buran/artifact.txt
path: artifact.txt
name: my-artifact
path: playground/buran/artifact.txt
overwrite: true

0 comments on commit bffe79d

Please sign in to comment.