mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
extract artifacts
This commit is contained in:
parent
d3148e65cd
commit
461011ce16
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -76,6 +76,7 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.platform }}
|
||||
- run: tar xzf artifacts.tgz
|
||||
- name: Get current unix ts - seconds
|
||||
id: date
|
||||
run: echo "unix_seconds=$(date +'%s')" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue