Skip to content

Commit

Permalink
github action: closer
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Jul 2, 2024
1 parent ba4d4d3 commit 50c3bba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ jobs:
echo "file_name=${PLATFORM_NAME}_${ARCH}.zip" >> $GITHUB_OUTPUT
fi
- name: Create release
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
body: "Release ${{ github.ref_name }}"
files: ${{ steps.artifacts.outputs.file_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create release
# uses: softprops/action-gh-release@v2
# with:
# name: ${{ github.ref_name }}
# tag_name: ${{ github.ref_name }}
# body: "Release ${{ github.ref_name }}"
# files: ${{ steps.artifacts.outputs.file_name }}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Commit and push changes
run: |
Expand Down

0 comments on commit 50c3bba

Please sign in to comment.