Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeSk committed Mar 29, 2024
1 parent 455f73e commit d68f0b3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
name: Create Archive
on: [push]
on:
push:
tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'readabletro.zip'
exclusions: '*.git* /*.jpg /readme.md'
exclusions: '*.git* /*.jpg /readme.md'

- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "readabletro.zip"

0 comments on commit d68f0b3

Please sign in to comment.