remove worklfow
This commit is contained in:
parent
e18108ba33
commit
fba82a2f51
22
.github/workflows/main.yml
vendored
22
.github/workflows/main.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: Create release
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- created
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Zip Folder
|
|
||||||
run: zip -r ${{ github.event.repository.name }}.zip ./Wrench/
|
|
||||||
|
|
||||||
- name: Release
|
|
||||||
uses: softprops/action-gh-release@v1
|
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
with:
|
|
||||||
files: ${{ github.event.repository.name }}.zip
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
x
Reference in New Issue
Block a user