Update main.yml

This commit is contained in:
Hayden Young 2021-05-02 01:49:19 +01:00 committed by GitHub
parent 1c5d9dc023
commit a7f8e75d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -7,5 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install gzip, gunzip and xz
run: apt-get install gzip gunzip xz -y
- name: Build source artifact
run: mkdir -p rocky-logos-83.0 && cp -r . rocky-logos-83.0 && tar cfj rocky-logos-83.0 rocky-logos-83.0.tar.xz
- name: Publish artifact
uses: actions/upload-artifact@v2.2.3
with:
name: rocky-logos-83.0.tar.xz
path: rocky-logos-83.0.tar.xz