Skip to content

Commit

Permalink
Update upload-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
syan-tibco authored Nov 21, 2023
1 parent c3b0452 commit 33272a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/upload-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: mkdir -p path/to/artifact

Expand All @@ -18,3 +18,8 @@ jobs:
with:
name: my-artifact
path: path/to/artifact/world.txt

- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz,foo/*.txt"
body: "this is a new release"

0 comments on commit 33272a7

Please sign in to comment.