Skip to content

Commit

Permalink
tidy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Jun 5, 2024
1 parent b0ea33c commit d41f568
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ permissions:
contents: write

jobs:
build:
release:
name: Generate Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Publish Windows
- name: Zip and Tar
run: |
tar -cvzf starter_modules.tar.gz templates
zip -r starter_modules.zip templates
- name: Upload Artefacts Tar
- name: Upload Artefacts
uses: actions/upload-artifact@v4
with:
name: starter_modules
Expand Down

0 comments on commit d41f568

Please sign in to comment.