Skip to content

Commit

Permalink
chore: Create release
Browse files Browse the repository at this point in the history
- additional reference assemblies
  • Loading branch information
jag3dagster committed Feb 4, 2024
1 parent 6912d4f commit 6d5e22b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: "Release Tag: ${{ github.ref_name }}"
on:
push:
tags:
- '*/v*.*.*'
- '*/*.*.*'

jobs:
create-releae:
Expand Down Expand Up @@ -42,3 +42,16 @@ jobs:
- name: Build
run: dotnet build ${{ steps.split.outputs._0 }} -c Release -p:BuildConfig=GITHUB
working-directory: src

- name: Create GitHub Release
uses: 'marvinpinto/[email protected]'
id: auto_release
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
title: '${{ steps.split.outputs._0 }} @ v${{ steps.split.outputs._1 }}'
prerelease: false
files: 'src/${{ steps.split.outputs._0 }}/bin/Release/net6.0/${{ steps.split.outputs._0 }} ${{ steps.split.outputs._1 }}.zip'

env:
CI: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file added src/ref/MonoGame.Framework.dll
Binary file not shown.
Binary file added src/ref/SMAPI.Toolkit.CoreInterfaces.dll
Binary file not shown.
Binary file added src/ref/StardewValley.GameData.dll
Binary file not shown.

0 comments on commit 6d5e22b

Please sign in to comment.