Skip to content

Update publish_release.yml #3

Update publish_release.yml

Update publish_release.yml #3

name: Publish Release
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Create ZIP
run: |
run: Compress-Archive -Path SimpleFilePathPicker\* -DestinationPath output\SimpleFilePathPicker.zip
shell: powershell
- name: Create or update Release
uses: softprops/action-gh-release@v1
with:
tag_name: latest
name: "SimpleFilePathPicker ZIP"
files: output/SimpleFilePathPicker.zip