Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 30, 2023
1 parent 8e401f4 commit b39107c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
# clean: false
# path: os

- name: Read version and userpatches path
run: |
#- name: Read version and userpatches path
# run: |

ls -l
pwd | sed 's/$/\/os\/userpatches/' | sed 's/^/ARMBIAN_USERPATCHES=/' >> $GITHUB_ENV
cat os/stable.json | jq '.version' | sed "s/\"//g" | sed 's/^/ARMBIAN_VERSION=/' >> $GITHUB_ENV
ls -l /home/runner/work/sdk/sdk/os/userpatches
#ls -l
#pwd | sed 's/$/\/os\/userpatches/' | sed 's/^/ARMBIAN_USERPATCHES=/' >> $GITHUB_ENV
#cat os/stable.json | jq '.version' | sed "s/\"//g" | sed 's/^/ARMBIAN_VERSION=/' >> $GITHUB_ENV
#ls -l /home/runner/work/sdk/sdk/os/userpatches

- name: "Build generic Armbian X86 SDK"
#uses: armbian/build@AR-1459
Expand Down

0 comments on commit b39107c

Please sign in to comment.