Skip to content

Commit

Permalink
fix workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
pwh-pwh committed Aug 22, 2024
1 parent a94d785 commit 998ea67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.release-name }}
path: target/release/${{ matrix.release-name }}

publish:
Expand All @@ -48,9 +49,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: ls file
run: ls -R ./artifacts
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: 'artifacts/${{ matrix.release-name }}/${{ matrix.release-name }}'
artifacts: 'artifacts/rs_clean_linux/rs_clean_linux,artifacts/rs_clean_mac/rs_clean_mac,artifacts/rs_clean.exe/rs_clean.exe'

0 comments on commit 998ea67

Please sign in to comment.