decentraland / creator-hub

MIT License
0 stars 4 forks source link

feat: pre-release #117

Closed cazala closed 1 week ago

cazala commented 2 weeks ago

Publish builds on the main branch as pre-release instead of draft.

The difference is that pre-releases are public.

We can remove the extra drop.yml workflow because the delete-release-action GitHub Action supports removing all the pre-releases except for the latest one, so we can just run it after we create the pre-release to keep just the latest one.

github-actions[bot] commented 2 weeks ago

Test this pull request on macos-latest

Download the correct version for your architecture:

mac-arm64 mac-x64

Click here if you don't know which version to download

For running this unsigned version of the app, you will need to run the xattr command on it:

  1. Extract the app from the downloaded .dmg file (double-click it)
  2. Place the extracted app anywhere you like in your file system
  3. Open a terminal on the directory where the app is
  4. Run xattr -c app-name, replacing "app-name" for the actual name of the app
  5. Double-click the app ✅
github-actions[bot] commented 2 weeks ago

Test this pull request on windows-latest

Download the correct version for your architecture:

win-x64