Skip to content

Commit d2b0bff

Browse files
committed
upload
1 parent ae6d9b5 commit d2b0bff

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,12 @@ jobs:
3939
run: |
4040
source /opt/mbed_env/bin/activate
4141
export PATH=$PATH:/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/
42-
./mbed-os-to-arduino -a GIGA:GIGA
42+
extras/package_full.sh
4343
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 ..
44+
- name: Save artifacts
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: $REPOSITORY_NAME*.tar.bz2
5348

5449
- name: Get architecture name
5550
run: |

0 commit comments

Comments
 (0)