diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-08-11 17:10:37 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-08-11 17:10:37 -0700 |
| commit | 47e0661773d8609cf231d962eaa9cceaac569899 (patch) | |
| tree | 205bec897c6a951f5bc49bd1b6e713f7c188f3d7 /.github | |
| parent | 6c48dfe7f67451e61244201e128141e32e0c4dd4 (diff) | |
| download | decky-loader-47e0661773d8609cf231d962eaa9cceaac569899.tar.gz decky-loader-47e0661773d8609cf231d962eaa9cceaac569899.zip | |
Add releases back to the mix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc7b1238..3d4e0df7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,15 +129,15 @@ jobs: tag: ${{ steps.ready_tag.outputs.tag_name }} message: Pre-release ${{ steps.ready_tag.outputs.tag_name }} - # - name: Release 📦 - # uses: softprops/action-gh-release@v1 - # if: ${{ github.event_name == 'workflow_dispatch' }} - # with: - # name: Prerelease ${{ steps.ready_tag.outputs.tag_name }} - # tag_name: ${{ steps.ready_tag.outputs.tag_name }} - # files: ./dist/PluginLoader - # prerelease: true - # generate_release_notes: true + - name: Release 📦 + uses: softprops/action-gh-release@v1 + if: ${{ github.event_name == 'workflow_dispatch' }} + with: + name: Prerelease ${{ steps.ready_tag.outputs.tag_name }} + tag_name: ${{ steps.ready_tag.outputs.tag_name }} + files: ./dist/PluginLoader + prerelease: true + generate_release_notes: true # nightly: # name: Release the nightly version of the package |
