rocky-logos/.github/workflows/main.yml

12 lines
223 B
YAML
Raw Normal View History

2021-05-02 00:43:11 +00:00
---
name: 'Release Formatting'
on: [ push ]
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install gzip, gunzip and xz
run: apt-get install gzip gunzip xz -y