Skip to content

Commit

Permalink
Test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rascalov committed Jun 27, 2024
1 parent 22320d7 commit e62622d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/package-addon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: package-addon
run-name: Package the addon per release
on: [push]
jobs:
package-addon:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'workflow'

- name: Zip contents
run: |
pwd
ls
ls ..

0 comments on commit e62622d

Please sign in to comment.