Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jan 26, 2025
1 parent cd45238 commit 6376205
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
push:
branches:
- main
- update_webview
# paths:
# - ".github/workflows/**"
# - "script/build.*"
# - "src/ffi.ts"
# - "webview/**"
# - ".gitmodules"
# - "deno.json"
paths:
- ".github/workflows/**"
- "script/build.*"
- "src/ffi.ts"
- "webview/**"
- ".gitmodules"
- "deno.json"

jobs:
build:
Expand Down Expand Up @@ -70,17 +69,17 @@ jobs:
build/*.dylib
build/*.so
- name: Release Plugin
uses: softprops/action-gh-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "webview_deno release"
draft: true
files: |
build/libwebview.x86_64.dylib
build/libwebview.aarch64.dylib
build/libwebview.x86_64.so
build/libwebview.aarch64.so
build/webview.dll
build/Webview2Loader.dll
# - name: Release Plugin
# uses: softprops/action-gh-release@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: "webview_deno release"
# draft: true
# files: |
# build/libwebview.x86_64.dylib
# build/libwebview.aarch64.dylib
# build/libwebview.x86_64.so
# build/libwebview.aarch64.so
# build/webview.dll
# build/Webview2Loader.dll

0 comments on commit 6376205

Please sign in to comment.