Skip to content

Commit

Permalink
I need a break
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Sep 8, 2024
1 parent 85bfa6c commit 4ab49cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
name: ${{ matrix.os }}_dist
path: release-artifacts

- name: Rename directories to avoid duplicate file names
run: |
cd release-artifacts
mv main/ ${{ matrix.os }}_dist/
- name: List downloaded files
run: ls -R release-artifacts

Expand All @@ -83,5 +88,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
tag: ${{ github.ref_name }}
artifacts: release-artifacts/*_dist.zip
artifacts: release-artifacts/*_dist
draft: true

0 comments on commit 4ab49cd

Please sign in to comment.