Skip to content

Commit

Permalink
Test asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Jun 27, 2024
1 parent 6d6fe80 commit 24359f2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: release

on:
push:
pull_request:
release:
types: [published]

env:
SKF_SET_NAME: "${{ github.event.repository.name }}"
Expand All @@ -17,7 +14,7 @@ jobs:

steps:

- name: Checkout sk set
- name: Checkout sk set
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -41,3 +38,11 @@ jobs:
with:
name: ${{ env.ARCHIVE_NAME }}.tar.xz
path: ${{ env.ARCHIVE_NAME }}.tar.xz

- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ env.ARCHIVE_NAME }}.tar.xz


0 comments on commit 24359f2

Please sign in to comment.