Skip to content

Commit

Permalink
make .artifacts -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Oct 13, 2023
1 parent 26fcb75 commit 945845c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/publish-artifacts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const UPDATER_ARTIFACT_BASE = `Spacedrive-Updater-${OS}-${ARCH}`;
const client = artifact.create();

async function run() {
await io.mkdirP(ARTIFACTS_DIR);

for (const { ext, updaterExt, bundle } of OS_TARGETS[OS]) {
const bundlePath = `${BUNDLE_DIR}/${bundle}`;

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
desktop-main:
strategy:
fail-fast: true
matrix:
settings:
- host: macos-latest
Expand Down

0 comments on commit 945845c

Please sign in to comment.