Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavesomecoffee committed Jun 19, 2021
1 parent 834d249 commit 750c9f2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/create_release_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@ jobs:
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140.dll') .
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140_1.dll') .
working-directory: ./build/windows/runner/Release
- name: Create artifact
uses: actions/upload-artifact@v2
- name: Create zip
uses: papeloto/action-zip@v1
with:
name: CCExtractor Flutter GUI Windows
path: |
./build/windows/runner/Release/*.exe
./build/windows/runner/Release/*.dll
./build/windows/runner/Release/data
files: ./build/windows/runner/Release/
dest: ./Windows.zip
- name: Upload as asset
uses: AButler/[email protected]
with:
files: 'artifacts/*'
files: './Windows.zip'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 750c9f2

Please sign in to comment.