Skip to content

Commit

Permalink
fix(CI): release folder is dist
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jun 24, 2024
1 parent 383e11f commit 42885d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release-github.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const SAFE_DEBUG = false;
let doneAPPIMAGE = false;
let doneDEB = false;
let doneDMG = false;
for await (const f of getFiles("release")) {
for await (const f of getFiles("dist")) {
if (f.endsWith(".exe")) {
if (doneEXE) {
continue;
Expand Down

0 comments on commit 42885d6

Please sign in to comment.