mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
Downgrade github action
This commit is contained in:
parent
87cbf47435
commit
3d7a654096
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -636,7 +636,7 @@ jobs:
|
||||||
zip -r ../Fladder-Web-${{ steps.version.outputs.version }}.zip .
|
zip -r ../Fladder-Web-${{ steps.version.outputs.version }}.zip .
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v2.3.0
|
uses: softprops/action-gh-release@v2.2.2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && env.NIGHTLY_TAG || github.ref_name }}
|
tag_name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && env.NIGHTLY_TAG || github.ref_name }}
|
||||||
name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && format('🌙 Nightly Build - {0}', steps.version.outputs.version) || '' }}
|
name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && format('🌙 Nightly Build - {0}', steps.version.outputs.version) || '' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue