Skip to content

Commit

Permalink
Remove the old version hacks now the new ones are there (#136)
Browse files Browse the repository at this point in the history
- Remove the old version hacks now the new ones are there
- Add pauls test track to readme
  • Loading branch information
baconpaul authored Jan 17, 2025
1 parent c96014c commit 2c02fe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ jobs:
p12-file-base64: ${{ secrets.MAC_CERTS_P12 }}
p12-password: ${{ secrets.CERT_PWD }}

- name: Setup VERSION file for Nightly
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'baconpaul' }}
run: |
echo Nightly-`date +"%Y-%m-%d"` > VERSION
- name: Setup VERSION file for Release
if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'baconpaul'
run: |
echo ${{ github.ref_name }} > VERSION
- name: Build release version
if: github.event_name != 'pull_request'
run: |
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ working on a more 2020s inspired version, and that's pretty exciting!

[Listen to Kinsey's track, 'Retrocade Nights'](https://soundcloud.com/kinseydulcet/retrocade-nights-six-sines-demo)

baconpaul also made a test track before 1.0 to make sure everything worked.
The track is less exciting, but shows some of the feedback-drum-features
we added after Kinsey made her track

[Listen tp Paul's 'Six Sines Test Track'](https://soundcloud.com/baconpaul/six-sines-test-track)

## Background

The project exists for a few reasons
Expand Down
2 changes: 0 additions & 2 deletions VERSION

This file was deleted.

0 comments on commit 2c02fe3

Please sign in to comment.