Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re authored Jun 13, 2022
1 parent dcfb91b commit 6c6de5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
name: decompyle++-${{ env.RELEASE_DATE }}-${{ env.RELEASE_COMMIT }}
tag: decompyle++-${{ env.RELEASE_DATE }}-${{ env.RELEASE_COMMIT }}
name: Decompyle++ ${{ env.RELEASE_DATE }}
tag: build-${{ env.RELEASE_DATE }}-${{ env.RELEASE_COMMIT }}
body: Compiled on ${{ env.RELEASE_DATE }} at ${{ env.RELEASE_TIME }} GMT, pycdc commit ${{ env.RELEASE_COMMIT }}
artifacts: "pycdc/pycdc.exe,pycdc/pycdas.exe"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c6de5a

Please sign in to comment.