mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
🔥 Delete .github/workflows/create-config-zip.yml
This commit is contained in:
parent
629f17f4a5
commit
84650c73fe
1 changed files with 0 additions and 21 deletions
21
.github/workflows/create-config-zip.yml
vendored
21
.github/workflows/create-config-zip.yml
vendored
|
@ -1,21 +0,0 @@
|
||||||
name: Create ZIP
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
zip:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- run: zip -r config-default.zip config/_default
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: config-default
|
|
||||||
path: config-default.zip
|
|
||||||
- name: Upload to release
|
|
||||||
uses: softprops/action-gh-release@v1
|
|
||||||
with:
|
|
||||||
files: config-default.zip
|
|
||||||
tag_name: ${{ github.event.release.tag_name }}
|
|
Loading…
Reference in a new issue