Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbean-msft committed Jul 28, 2023
1 parent 82492f6 commit 5377a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-wth-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create a release for a WhatTheHack hackathon as a ZIP file
name: Create a release for a WhatTheHack hackathon

on:
workflow_dispatch:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
gh release upload ${{ env.TAG }} ${{ env.RESOURCES_FILENAME }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RESOURCES_FILENAME: resources
RESOURCES_FILENAME: Resources

0 comments on commit 5377a5c

Please sign in to comment.