Hopefully fix release action
This commit is contained in:
parent
75cee0ccf9
commit
da3e8e5900
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -153,10 +153,14 @@ jobs:
|
|||
name: worlds-rs-macos-12-minimal
|
||||
path: ~/download/worlds-rs-macos-12-minimal.zip
|
||||
|
||||
- name: List artifacts
|
||||
run: |
|
||||
ls -la --color=auto /home/runner/download/
|
||||
|
||||
- name: Upload binaries
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ~/download/*
|
||||
files: /home/runner/download/*
|
||||
prerelease: true
|
||||
tag_name: "pre-release"
|
||||
generate_release_notes: true
|
Loading…
Reference in a new issue