Skip to content

Commit

Permalink
fix workflow #24
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Jul 5, 2023
1 parent 92baca8 commit 379454a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ jobs:
with:
path: github-artifacts

- run: ls -lah github-artifacts
- run: ls -lah github-artifacts/*
- run: ls -lah github-artifacts/artifact/*

- uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{github.ref_name}}
name: ${{github.ref_name}}
artifacts: "github-artifacts/artifact/*"
body: |
## Use
* [Docker](https://hub.docker.com/r/cars10/elasticvue)
Expand Down

0 comments on commit 379454a

Please sign in to comment.