Skip to content

Update workflow_dispatch.yml #7

Update workflow_dispatch.yml

Update workflow_dispatch.yml #7

name: Zip and Upload Artifact
on:
push:
branches:
- main # You can specify the branch you want to trigger the action
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Zip BIOSUpdate/file
run: zip -r BIOSUpdate/file/.zip .
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: repository-zip
path: repository.zip