Skip to content

Commit

Permalink
attempt at pkg release
Browse files Browse the repository at this point in the history
  • Loading branch information
ynazar1 committed Jul 29, 2024
1 parent a9eb56e commit 42fc2b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Package and release
on:
push:
tags:
- '**'
jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

*.wowproj
*.wowsln
.vscode/settings.json
.vscode
1 change: 1 addition & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-as: SmartBuff
20 changes: 0 additions & 20 deletions Libs/.vscode/settings.json

This file was deleted.

0 comments on commit 42fc2b8

Please sign in to comment.