Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Yayayay
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Sep 6, 2022
1 parent 2bc6c63 commit 80bac6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Get Signatures
run: |
cd updates
wget https://github.com/Outer-Wilds-New-Horizons/nh-config-editor/releases/download/v${{ github.event.release.tag_name }}/New.Horizons.Config.Editor_${{ github.event.release.tag_name }}_x64_en-US.msi.zip.sig
wget https://github.com/Outer-Wilds-New-Horizons/nh-config-editor/releases/download/v${{ github.event.release.tag_name }}/new-horizons-config-editor_${{ github.event.release.tag_name }}_amd64.AppImage.tar.gz.sig
wget https://github.com/Outer-Wilds-New-Horizons/nh-config-editor/releases/download/v${{ github.event.release.tag_name }}/New.Horizons.Config.Editor.app.tar.gz.sig
wget https://github.com/Outer-Wilds-New-Horizons/nh-config-editor/releases/download/${{ github.event.release.tag_name }}/New.Horizons.Config.Editor_${{ github.event.release.tag_name }}_x64_en-US.msi.zip.sig
wget https://github.com/Outer-Wilds-New-Horizons/nh-config-editor/releases/download/${{ github.event.release.tag_name }}/new-horizons-config-editor_${{ github.event.release.tag_name }}_amd64.AppImage.tar.gz.sig
wget https://github.com/Outer-Wilds-New-Horizons/nh-config-editor/releases/download/${{ github.event.release.tag_name }}/New.Horizons.Config.Editor.app.tar.gz.sig
cd ..
- name: Install pnpm
Expand Down

0 comments on commit 80bac6f

Please sign in to comment.