diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f3d986..77ec36d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest # Something something old releases being hostile and damaging, boo hoo dkp. Maybe don't make extremely breaking changes. - container: devkitpro/devkitarm:20241104 + container: devkitpro/devkitarm name: Build with Docker using devkitARM steps: - name: Checkout repo @@ -114,4 +114,4 @@ jobs: CONTENT_LENGTH="Content-Length: $(stat -c%s $file)" UPLOAD_URL="https://uploads.github.com/repos/${{ github.repository }}/releases/$ID/assets?name=$(basename $file)" curl -XPOST -H "$AUTH_HEADER" -H "$CONTENT_LENGTH" -H "$CONTENT_TYPE" --upload-file "$file" "$UPLOAD_URL" - done \ No newline at end of file + done