Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sevensolutions committed Oct 4, 2024
1 parent 2ec664b commit 657ef23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
dest: nomad_iis_mgmt_api.zip

# Create the Release
- - name: create release
uses: softprops/action-gh-release@v2
with:
name: vTODO
tag_name: vTODO
draft: true
files:
- nomad_iis.zip
- nomad_iis_mgmt_api.zip
- name: create release
uses: softprops/action-gh-release@v2
with:
name: vTODO
tag_name: vTODO
draft: true
files:
- nomad_iis.zip
- nomad_iis_mgmt_api.zip

0 comments on commit 657ef23

Please sign in to comment.