mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-08-09 17:41:11 +10:00
!!removeme!! temporary change to not create release by accident
This commit is contained in:
@@ -107,17 +107,3 @@ jobs:
|
|||||||
uses: actions/download-artifact@v8
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: OpenShell
|
name: OpenShell
|
||||||
|
|
||||||
- name: Create GitHub Release
|
|
||||||
uses: softprops/action-gh-release@v3
|
|
||||||
with:
|
|
||||||
tag_name: v${{ needs.build.outputs.new_version }}
|
|
||||||
name: ${{ needs.build.outputs.new_version }}
|
|
||||||
generate_release_notes: true
|
|
||||||
prerelease: true
|
|
||||||
files: |
|
|
||||||
OpenShellSetup*.exe
|
|
||||||
OpenShellSymbols_*.7z
|
|
||||||
Utility.exe
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user