Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownX7 committed Apr 12, 2023
1 parent 6a0535e commit 4564f49
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 103 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/artifact.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create Release and Update Repository

on:
push:
tags:
- 'v*'

permissions:
contents: write

jobs:
release:
uses: UnknownX7/DalamudPluginRepo/.github/workflows/reusable_create_release.yml@master
with:
internal_name: Cammy
solution_name: Cammy
build_configuration: Release
personal_plugin_repo: UnknownX7/DalamudPluginRepo
personal_plugin_repo_branch: master
secrets: inherit
66 changes: 0 additions & 66 deletions .github/workflows/upload_plugin_repo.yml

This file was deleted.

0 comments on commit 4564f49

Please sign in to comment.