Just want to see how much this breaks.

This commit is contained in:
Lillian Skinner 2024-11-14 22:31:53 -05:00 committed by GitHub
parent e6c617fea5
commit e0a3ead2f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
done