Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 23, 2024
1 parent 60f0f14 commit 01d12ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: NiimPrintX-Installer-${{ steps.get_tag_name.outputs.VERSION }}
path: dist/NiimPrintX-Installer-${{ steps.get_tag_name.outputs.VERSION }}.dmg
path: dist/NiimPrintX-Installer-${{ steps.get_tag_name.outputs.VERSION }}-MacOSX.dmg

- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v2
with:
files: dist/NiimPrintX-Installer-${{ steps.get_tag_name.outputs.VERSION }}-MacOSX.dmg
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 01d12ca

Please sign in to comment.