Compare commits

...

3 Commits

Author SHA1 Message Date
Maschell 91ef49ca8c Bump version 2024-04-25 17:04:31 +02:00
Maschell 0df65fa8d8 Update Dockerfile 2024-04-25 17:04:31 +02:00
dependabot[bot] 308a75dabf Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 16:59:27 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: zip artifact
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.wms
- name: Create Release
uses: "softprops/action-gh-release@v1"
uses: "softprops/action-gh-release@v2"
with:
tag_name: ${{ env.REPOSITORY_NAME }}-${{ env.DATETIME }}
draft: false

View File

@ -1,6 +1,6 @@
FROM ghcr.io/wiiu-env/devkitppc:20231112
FROM ghcr.io/wiiu-env/devkitppc:20240423
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230719 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20240424 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/libromfs_wiiu:20231117 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/libwuhbutils:20230621 /artifacts $DEVKITPRO

View File

@ -7,7 +7,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_wuhb_utils");
WUMS_USE_WUT_DEVOPTAB();
#define MODULE_VERSION "v0.1.2"
#define MODULE_VERSION "v0.1.3"
#define MODULE_VERSION_FULL MODULE_VERSION MODULE_VERSION_EXTRA
WUMS_APPLICATION_STARTS() {