Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze committed Jul 29, 2024
1 parent 37c3085 commit ee73fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: |
mkdir ${{ github.workspace }}/build
cp "${{ github.workspace }}/nt-app/dist_electron/latest-linux.yml" ${{ github.workspace }}/build/latest.yml
cp "${{ github.workspace }}/nt-app/dist_electron/Noita-Together-Setup-*.AppImage ${{ github.workspace }}/build/
cp "${{ github.workspace }}/nt-app/dist_electron/Noita-Together-Setup-*.AppImage" ${{ github.workspace }}/build/
cp "${{ github.workspace }}/nt-app/dist_electron/Noita-Together-Setup-*.snap" ${{ github.workspace }}/build/
- name: Upload files to release
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-linux-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: |
mkdir ${{ github.workspace }}/build
cp "${{ github.workspace }}/nt-app/dist_electron/latest-linux.yml" ${{ github.workspace }}/build/latest.yml
cp "${{ github.workspace }}/nt-app/dist_electron/Noita-Together-Setup-*.AppImage ${{ github.workspace }}/build/
cp "${{ github.workspace }}/nt-app/dist_electron/Noita-Together-Setup-*.AppImage" ${{ github.workspace }}/build/
cp "${{ github.workspace }}/nt-app/dist_electron/Noita-Together-Setup-*.snap" ${{ github.workspace }}/build/
- name: Upload files to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ee73fdd

Please sign in to comment.