Skip to content

Commit

Permalink
don't strip #2
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Oct 3, 2022
1 parent a0225d6 commit 229cab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ jobs:
- name: Parse Changelog
id: changelog
uses: coditory/changelog-parser@v1

- name: Strip executables
run: |
strip dist/MistforgeLauncher.exe
strip dist/MistforgeLauncher
strip dist/GiganticEmu.Agent.exe
strip dist/GiganticEmu.Agent
strip dist/ArcSDK.dll

- name: Create Release
uses: ncipollo/release-action@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.1.4] - 2022-10-03
### Removed
- Don't strip executables in github action, it breaks stuff

## [2.1.3] - 2022-10-03
### Removed
- Don't strip executables, it breaks stuff
Expand Down

0 comments on commit 229cab4

Please sign in to comment.