Skip to content

Commit

Permalink
fix deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lack committed Sep 18, 2024
1 parent fd1ed01 commit eb8142b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ jobs:
- name: 'Create env file'
run: touch .env

- name: Install Inno Setup
run: flutter_distributor package --platform windows --targets exe

- name: Build artifacts
run: flutter build windows --release

Expand All @@ -96,15 +93,15 @@ jobs:
with:
type: 'zip'
filename: MacRecoveryX-${{github.ref_name}}-windows.zip
directory: build/windows/runner/release
directory: build/windows/x64/runner/release

- name: Windows Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/windows/runner/release/MacRecoveryX-${{github.ref_name}}-windows.zip
files: build/windows/x64/runner/release/MacRecoveryX-${{github.ref_name}}-windows.zip

#build-and-release-macos:
# runs-on: macos-latest
Expand Down

0 comments on commit eb8142b

Please sign in to comment.