Skip to content

Commit c337b2e

Browse files
committed
upload
1 parent ae6d9b5 commit c337b2e

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,13 @@ 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+
cd $REPOSITORY_NAME
43+
extras/package_full.sh
4344
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 ..
45+
- name: Save artifacts
46+
uses: actions/upload-artifact@v4
47+
with:
48+
name: $REPOSITORY_NAME*.tar.bz2
5349

5450
- name: Get architecture name
5551
run: |

0 commit comments

Comments
 (0)