Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 23, 2024
1 parent f29af52 commit 1c0f721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: ../OneWare_Quartus_${{steps.get-version.outputs.version}}_all.zip
filename: ../OneWare.Quartus_${{steps.get-version.outputs.version}}_all.zip
directory: ./publish
- name: Debug
run: ls
- uses: ncipollo/[email protected]
with:
artifacts: "OneWare_Quartus_${{steps.get-version.outputs.version}}_all.zip"
artifacts: "OneWare.Quartus_${{steps.get-version.outputs.version}}_all.zip"
tag: ${{steps.get-version.outputs.version}}
allowUpdates: true
2 changes: 1 addition & 1 deletion oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"targets": [
{
"target": "all",
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.7.3/OneWare_Quartus_0.7.3_all.zip"
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.7.3/OneWare.Quartus_0.7.3_all.zip"
}
]
}
Expand Down

0 comments on commit 1c0f721

Please sign in to comment.