This commit is contained in:
Devine Lu Linvega 2023-07-05 11:31:25 -07:00
parent 7f60bf5f72
commit f70e38537c
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ tasks:
cc src/uxnasm.c -o ../uxnasm
- assemble: |
cd drifblim
../uxnasm src/drifblim.tal drifblim.rom
../uxnasm src/drifblim.tal ../drifblim.rom
- upload: |
tar -czf out.tar.gz drifblim/drifblim.rom
tar -czf out.tar.gz drifblim.rom
acurl() {
set +x
curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"