Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanisch authored Jan 24, 2024
1 parent 463d4d3 commit e4f59a2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Zip Release On Tag Push
on:
push:
tags:
- '*'
- v[0-9]+.[0-9]+.[0-9]+
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,10 +40,16 @@ jobs:
/*assets/neiintegration/*
/*assets/tcneiadditions/*
/*assets/thaumcraft/*
- name: Upload Release
- name: Generate Changelog
uses: requarks/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: "Scuffed-GTNH-Dark-${{ github.ref_name }}.zip"
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.changelog.outputs.changes }}
allowUpdates: true
removeArtifacts: true

0 comments on commit e4f59a2

Please sign in to comment.