Skip to content

Commit

Permalink
revert release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sainsaji authored Feb 15, 2024
1 parent a58a2c3 commit f909585
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ jobs:
id: tag
run: |
echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")"
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
env:
REPO: ${{ github.repository }}
- uses: actions/upload-artifact@v4
with:
name: Release
path: $GITHUB_WORKSPACE/Release.zip
=



0 comments on commit f909585

Please sign in to comment.