extract artifacts

This commit is contained in:
neil 2023-02-08 11:32:19 +08:00
parent d3148e65cd
commit 461011ce16

View file

@ -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