Skip to content

Commit

Permalink
Automatically upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Apr 7, 2023
1 parent 1bba9d2 commit 127123d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ncipollo/release-action@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: "TODO: add relase notes ."
artifacts: "io_mesh_w3d.zip"
draft: false
prerelease: true

0 comments on commit 127123d

Please sign in to comment.