Skip to content

Commit

Permalink
add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChesters committed Jun 19, 2023
1 parent 45b90ef commit bad53f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
run: Rename-Item -Path build -NewName c182rg-improvement-project
- name: package code
run: Compress-Archive -Path c182rg-improvement-project -DestinationPath c182rg-improvement-project.zip
- name: ls
run: Get-ChildItem
# https://github.com/softprops/action-gh-release/issues/158
- name: move file to root
run: Move-Item -Path c182rg-improvement-project.zip -Destination ..
- name: release
uses: softprops/action-gh-release@v1
with:
fail_on_unmatched_files: true
files: |
./c182rg-improvement-project.zip
files: c182rg-improvement-project.zip

0 comments on commit bad53f6

Please sign in to comment.