Skip to content

Add workflow to rebuild v2.2.0 Windows installer.#926

Closed
foodprocessor wants to merge 1 commit into
mainfrom
rebuild-lost-windows-installer
Closed

Add workflow to rebuild v2.2.0 Windows installer.#926
foodprocessor wants to merge 1 commit into
mainfrom
rebuild-lost-windows-installer

Conversation

@foodprocessor
Copy link
Copy Markdown
Contributor

Co-autherd-by: Claude Sonnet 4.6

What type of Pull Request is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Describe your changes in brief

Checklist

  • Tested locally
  • Added new dependencies
  • Updated documentation
  • Added tests

Related Issues

  • Related Issue #
  • Closes #

Co-autherd-by: Claude Sonnet 4.6
run: mv build/Output/cloudfuse.exe build/Output/cloudfuse_${{ steps.get_version.outputs.VERSION }}_windows_amd64.exe

- name: Upload installer as artifact
uses: actions/upload-artifact@v4
Comment on lines +3 to +9
on:
workflow_dispatch:
inputs:
tag:
description: 'Release tag to rebuild (e.g. v1.2.3)'
required: true
type: string
- name: Download WinFSP installer
if: ${{ ! steps.restore-winfsp-installer.outputs.cache-hit }}
shell: bash
run: curl -LOf https://github.com/winfsp/winfsp/releases/download/v2.1/${{ env.winfsp }}

- name: Rename installer
shell: bash
run: mv build/Output/cloudfuse.exe build/Output/cloudfuse_${{ steps.get_version.outputs.VERSION }}_windows_amd64.exe
@foodprocessor foodprocessor deleted the rebuild-lost-windows-installer branch May 20, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants