Skip to content

Commit

Permalink
fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Aug 18, 2023
1 parent 24a47b4 commit 0868e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: "${{ github.event_name == 'release' && format('Release {0}', github.re

on:
release:
types: [ created ]
types: [ published ]
workflow_dispatch:

env:
Expand Down Expand Up @@ -130,6 +130,7 @@ jobs:

- name: Upload Artifact
uses: actions/upload-artifact@v3
if: github.event_name != 'release'
with:
name: ${{ runner.os }}-snapshot
path: |
Expand Down

0 comments on commit 0868e05

Please sign in to comment.