mirror of
https://github.com/rvtr/TwlNandTool.git
synced 2025-10-31 06:01:08 -04:00
Just want to see how much this breaks.
This commit is contained in:
parent
e6c617fea5
commit
e0a3ead2f2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user