Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: extension typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSim committed Jan 23, 2024
1 parent 2bcffdb commit 7c63a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
{path: 'release/mac/FreeSO Launcher.dmg', name: launcherNameMac, contentType: 'application/octet-stream'},
{path: 'release/mac/sha256_darwin.txt', name: launcherNameMac + '.sha256', contentType: 'text/plain'},
{path: remeshesFile, name: remeshesName, contentType: 'application/zip'},
{path: 'release/remeshes/sha256_remeshes.txt', name: remeshesName + '.sha562', contentType: 'text/plain'},
{path: 'release/remeshes/sha256_remeshes.txt', name: remeshesName + '.sha256', contentType: 'text/plain'},
];
const release = await github.rest.repos.getReleaseByTag({
Expand Down

0 comments on commit 7c63a9d

Please sign in to comment.