Skip to content

Commit

Permalink
Release ci : path issue, log
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Jun 12, 2024
1 parent 822568c commit 6006227
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,17 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
path: accessmod
path: ./accessmod
pattern: accessmod-*

- name: List downloaded files
run: ls -R ./accessmod

- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.AM_VERSION }}
files: ./accessmod/*
tag_name: ${{ env.AM_VERSION }}
files: ./accessmod/*
body_path: ./release_notes.md
token: ${{ secrets.github_token }}

0 comments on commit 6006227

Please sign in to comment.