Skip to content

Commit

Permalink
Create package-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x696c757a696f authored Nov 17, 2023
1 parent 5727afe commit e26f32a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/package-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Package Main Branch

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Zip the project for main
run: |
zip -r xmjd6.zip .
- uses: actions/upload-artifact@v2
with:
name: xmjd6
path: xmjd6.zip

0 comments on commit e26f32a

Please sign in to comment.