Skip to content

Commit

Permalink
Update tarball.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Dickens authored May 18, 2023
1 parent bbc914d commit a3b4b72
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@




---
name: "tarball-generate"

on:
release:
types: [created]

jobs:
tarball-generate:
name: "tarball-generate"
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@master
- name: Compress action step
Expand All @@ -12,4 +20,11 @@
cwd: ./test
files: |
./toCompress
outPath: yolo.tar.gz
outPath: test.tar.gz

- name: Add Test Report to Release
uses: irongut/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
files: "test.tar.gz"

0 comments on commit a3b4b72

Please sign in to comment.