Skip to content

Commit 2d7686e

Browse files
authored
Added skin upload
1 parent 73d5620 commit 2d7686e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/blank.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ jobs:
2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script
3030
run: ./build_skins.sh
31+
32+
- name: 'Upload Artifact'
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: SamsungGalaxyS7.skin
36+
path: OTA/SamsungGalaxyS7.skin
37+
retention-days: 5

0 commit comments

Comments
 (0)