We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6d9b5 commit d2b0bffCopy full SHA for d2b0bff
1 file changed
.github/workflows/release.yaml
@@ -39,17 +39,12 @@ jobs:
39
run: |
40
source /opt/mbed_env/bin/activate
41
export PATH=$PATH:/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/
42
- ./mbed-os-to-arduino -a GIGA:GIGA
+ extras/package_full.sh
43
44
- - name: Package the new core
45
- run: |
46
- extras/pack.release.bash $TAG_VERSION $REPOSITORY_NAME
47
- cd extras
48
- mkdir staging
49
- echo $PWD
50
- mv ../*.json staging/
51
- mv ../*.tar.bz2 staging/
52
- cd ..
+ - name: Save artifacts
+ uses: actions/upload-artifact@v4
+ with:
+ name: $REPOSITORY_NAME*.tar.bz2
53
54
- name: Get architecture name
55
0 commit comments