Skip to content

Commit

Permalink
Attempt to fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jun 1, 2024
1 parent 94da819 commit 33f98b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v1.1
- uses: microsoft/setup-msbuild@v2
- name: Build
id: build
shell: cmd
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
steps:
- name: Download artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Debugging
run: |
Expand All @@ -238,7 +238,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.download.outputs.download-path }}/artifact/supercan-firmware.tar.xz
asset_path: ${{ steps.download.outputs.download-path }}/firmware/supercan-firmware.tar.xz
asset_name: supercan-firmware.tar.xz
asset_content_type: application/x-xz

Expand All @@ -248,7 +248,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.download.outputs.download-path }}/artifact/supercan-win.7z
asset_path: ${{ steps.download.outputs.download-path }}/windows/supercan-win.7z
asset_name: supercan-win.7z
asset_content_type: application/x-7z-compressed

Expand All @@ -258,7 +258,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.download.outputs.download-path }}/artifact/supercan_inst.exe
asset_path: ${{ steps.download.outputs.download-path }}/windows/supercan_inst.exe
asset_name: supercan_inst.exe
asset_content_type: application/vnd.microsoft.portable-executable

Expand Down

0 comments on commit 33f98b9

Please sign in to comment.