Skip to content

Commit

Permalink
Make sure binaries are packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 24, 2023
1 parent 07e6606 commit 402fb67
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
name: oceanpop-linux
path: |
OceanPop*.AppImage
LICENSE.txt
README.md
oceanpop/OceanPop*.AppImage
oceanpop/LICENSE.txt
oceanpop/README.md
Windows:
runs-on: windows-latest
Expand Down Expand Up @@ -69,10 +69,10 @@ jobs:
with:
name: oceanpop-windows
path: |
oceanpop.exe
assets
LICENSE.txt
README.md
oceanpop/oceanpop.exe
oceanpop/assets
oceanpop/LICENSE.txt
oceanpop/README.md
PSP:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -116,9 +116,9 @@ jobs:
with:
name: oceanpop-vita
path: |
oceanpop.vpk
LICENSE.txt
README.md
oceanpop/oceanpop.vpk
oceanpop/LICENSE.txt
oceanpop/README.md
Release:
needs: [Linux, Windows, PSP, Vita]
Expand Down

0 comments on commit 402fb67

Please sign in to comment.