Skip to content

ValentinHerrmann is testing out Download Artifact 🚀 #6

ValentinHerrmann is testing out Download Artifact 🚀

ValentinHerrmann is testing out Download Artifact 🚀 #6

Workflow file for this run

name: Download Built Artifact
run-name: ${{ github.actor }} is testing out Download Artifact 🚀
on:
workflow_dispatch:
jobs:
download:
runs-on: ubuntu-latest
steps:
- id: download-release-asset
name: Download release asset
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'jcefmaven/jcefbuild'
version: 'tags/1.0.53'
file: windows-amd64.tar.gz
target: windows-amd64.tar.gz
token: ${{ secrets.PAT_TOKEN }}
- name: List files
run: |
ls -l
tar -xvzf community_images.tar.gz
ls -l