Merge pull request #425 from redhat-performance/development #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Source tarball | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
package: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Create versioned tarball | |
run: | | |
cd rpm && make tarball | |
- name: Upload artifact | |
uses: actions/upload-artifact@v2 | |
with: | |
name: source-tarball | |
path: python3-badfish-*.tar.gz |