Skip to content

Commit

Permalink
better yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope committed Jun 24, 2022
1 parent 86aa47e commit 08cd123
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: cp target/release/dotsamaworld target/release/dotsamaworld-linux
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
target/release/dotsamaworld-mac
target/release/dotsamaworld-linux
target/release/dotsamaworld.exe
assets
uses: softprops/action-gh-release@v1
with:
files: |
target/release/dotsamaworld-mac
target/release/dotsamaworld-linux
target/release/dotsamaworld.exe
assets

0 comments on commit 08cd123

Please sign in to comment.