Skip to content

删除配置

删除配置 #8

Workflow file for this run

name: Packer
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 16
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.8
- name: Run packer.py
run: python source_files/packer.py
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: packaged-files
path: patch-out