diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d95164a..18ba866 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,12 +30,12 @@ jobs: uses: thedoctor0/zip-release@0.7.1 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/release-action@v1.14.0 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 \ No newline at end of file diff --git a/oneware-extension.json b/oneware-extension.json index d1befbc..c5881dc 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -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" } ] }