summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2021-12-12 13:40:39 +0300
committerRobert Müller <robytemueller@gmail.com>2023-06-14 17:09:21 +0200
commit158ab9ba25bb7fe9fc37b64064bb6070103d9c65 (patch)
tree29949692ece5b481b98059d9800b0db803c3d8ee
parente5869f7a6c51b273dfaa3f955552e9e7e84757f0 (diff)
CI: Relax 'package-file' mask
-rw-r--r--.github/workflows/build.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9465df65e..dcdc7a866 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -11,26 +11,26 @@ jobs:
include:
- os: ubuntu-latest
cmake-args: -G Ninja
- package-file: teeworlds-*-linux_x86_64.tar.xz
+ package-file: "*-linux_x86_64.tar.xz"
env:
CFLAGS: -Wdeclaration-after-statement -Werror
CXXFLAGS: -Werror
- os: ubuntu-20.04
cmake-path: /usr/bin/
cmake-args: -G Ninja
- package-file: teeworlds-*-linux_x86_64.tar.xz
+ package-file: "*-linux_x86_64.tar.xz"
env:
CFLAGS: -Wdeclaration-after-statement -Werror
CXXFLAGS: -Werror
- os: macOS-latest
cmake-args: -G Ninja
- package-file: teeworlds-*-macos.dmg
+ package-file: "*-macos.dmg"
env:
CFLAGS: -Wdeclaration-after-statement -Werror
CXXFLAGS: -Werror
- os: windows-latest
cmake-args: -A x64
- package-file: teeworlds-*-win64.zip
+ package-file: "*-win64.zip"
env:
CFLAGS: /WX
CXXFLAGS: /WX