Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 28, 2023
1 parent 22f3256 commit ced35c8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: GitHub Pages Staging

on:
push:
branches:
- main
- ci
tags:
- 'v*.*.*-*'

jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Zip Folder
run: zip -r ENS\ Media\ Kit.zip .

- uses: actions/upload-artifact@v3
with:
name: media-kit
path: ENS\ Media\ Kit.zip
Binary file removed ENS Media Kit.zip
Binary file not shown.

0 comments on commit ced35c8

Please sign in to comment.