Skip to content

Commit

Permalink
Fixed Filepath for ubuntu workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrune authored May 14, 2021
1 parent 04aba68 commit 8e48b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
unzip -o data/world/world.zip -d data/world/
rm data/world/world.zip
cd ..
zip -r otservbr.zip otservbr-global
zip -r otservbr.zip otservmera
- name: Upload binary
if: ${{ matrix.buildtype == 'Release' && github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/test' }}
Expand Down

0 comments on commit 8e48b91

Please sign in to comment.