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 c00c3b6 commit 1b2fd25
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
- name: Checkout Code
uses: actions/checkout@master
- name: archive release
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
Expand Down Expand Up @@ -37,3 +37,8 @@ jobs:
/*assets/neiintegration/*
/*assets/tcneiadditions/*
/*assets/thaumcraft/*
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "release.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1b2fd25

Please sign in to comment.