Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
experiment with job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
danprince committed Mar 4, 2023
1 parent 79799ad commit 27e98cc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: zip -r typescript-sprites.aseprite-extension typescript-sprites.{lua,aseprite-keys}
- uses: actions/upload-artifact@v3
- id: release
uses: ncipollo/release-action@v1
with:
name: typescript-sprites
path: typescript-sprites.aseprite-extension
artifacts: "typescript-sprites.aseprite-extension"
- run: |
echo "# ${{ github.ref_name }}"
echo "Created release: ${{steps.release.outputs.html_url}}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 27e98cc

Please sign in to comment.