Skip to content

Commit

Permalink
Update build-default-system-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t61230 authored Jun 16, 2023
1 parent ac8f05e commit 0303a12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-default-system-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
sudo tar zcvf out/ubuntu-preinstalled-desktop-arm64.tar.xz deploy/ubuntu-preinstalled-desktop-arm64.img
sudo tar zcvf out/rootfs.tar.xz deploy/rootfs
sudo chmod 777 out/*
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
with:
name: rdk-gen-release
path: rdk-gen/out
#- name: Upload a Build Artifact
# uses: actions/upload-artifact@v3.1.2
# with:
# name: rdk-gen-release
# path: rdk-gen/out
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0303a12

Please sign in to comment.