Skip to content

Commit

Permalink
ci: release files
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Dec 27, 2024
1 parent 0d98eb5 commit 439ed14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ jobs:
draft: ${{ github.event.inputs.is-draft }}
prerelease: ${{ github.event.inputs.is-pre-release }}
files: |
- ./release/*
- ./release/.env.example
./release/*
./release/.env.example
- name: Create Nightly Release Draft
if: ${{ github.ref_type == 'branch' }}
uses: softprops/action-gh-release@v2
Expand All @@ -474,5 +474,5 @@ jobs:
draft: false
prerelease: true
files: |
- ./release/*
- ./release/.env.example
./release/*
./release/.env.example

0 comments on commit 439ed14

Please sign in to comment.