mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -12,10 +12,9 @@ runs:
|
||||
path: cache
|
||||
clean: false
|
||||
|
||||
- name: "Check released"
|
||||
- name: "Get last release version from cache"
|
||||
id: check-released
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
cd cache
|
||||
echo "ROOTFSCACHE_VERSION=$(gh release list --exclude-drafts | awk '{print $(NF-1)}')" >> $GITHUB_ENV
|
||||
|
||||
echo "ROOTFSCACHE_VERSION=$(cd cache;gh release list --exclude-drafts | awk '{print $(NF-1)}')" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user