Skip to content

Commit

Permalink
Simplify the release slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 6, 2023
1 parent 5613f26 commit e6e29b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]"
pull_request:
branches:
- main
Expand Down Expand Up @@ -140,8 +138,9 @@ jobs:
- name: Zip Release Artifacts
if: "${{ steps.changelog.outputs.version != steps.newest-tag.outputs.version }}"
shell: bash
working-directory: artifact
run: |
for file in artifact/melondsds_libretro-*-Release; do
for file in melondsds_libretro-*-Release; do
zip -r "${file}.zip" "$file"
done
- run: ls -halR
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe

Nothing right now.

## [0.7.10] - 2023-11-06

I'm still working out a workflow for releases,
but that process is almost done.

### Fixed

- Simplify the hierarchy of the artifacts in the release.

## [0.7.9] - 2023-11-06

This is an overview of this release's changes.
Expand Down

0 comments on commit e6e29b4

Please sign in to comment.