Commit Graph

13 Commits

Author SHA1 Message Date
Unknown W. Brackets
e7eddab2a1 Build: Update deprecated actions.
There are some deprecations coming and some actions might stop working.
It seems softprops/action-gh-release@v1 is not being actively maintained,
and isn't updated here.
2022-10-26 00:18:14 -07:00
rofl0r
f1e235a8e7 CI: fix tag regex to match also shorter tags like v1.13
the previous tag regex matched only tagnames with 2 dots in them,
that's why the build.yml didn't run for the v1.13 tag.

addressing https://github.com/hrydgard/ppsspp/issues/15737
2022-07-31 12:26:51 +00:00
rofl0r
7d6a806d85 CI: make indentation in tarball.yml consistent 2022-07-31 04:41:19 +00:00
rofl0r
8626780943 CI: also upload release source tarball on tag push
the mac os build action uses an action that automatically creates
a release from a tag push, which circumvents triggering the regular
release actions.

also switch from the unmaintained actions/upload-release-asset@v1
to the active softprops/action-gh-release@v1 action.

closes #15761
2022-07-30 21:50:42 +00:00
rofl0r
cf1c77b0e7 remove more prebuilt stuff and huge rapidjson testsuite (unused) 2022-02-11 23:32:41 +00:00
rofl0r
515278b7f6 also delete pre-built ffmpeg windows libraries 2022-02-11 20:52:22 +00:00
rofl0r
32f54ba40d fix version string generation 2022-02-11 17:13:30 +00:00
rofl0r
82c76c854a fix version number display 2022-02-11 17:02:57 +00:00
rofl0r
80cbe20ed5 try 2: remove pre-built ffmpeg and vulkan libraries 2022-02-11 15:18:11 +00:00
rofl0r
e9ae4ac9d7 remove pre-built ffmpeg and vulkan libraries 2022-02-11 14:59:12 +00:00
rofl0r
71ad10b98e fix mime type of xz tarball 2022-02-11 14:51:10 +00:00
rofl0r
bff3dfe880 rename action title 2022-02-11 14:30:01 +00:00
rofl0r
96abab9c9f rename to tarball.yml 2022-02-11 14:29:10 +00:00