Skip to content

Commit

Permalink
Fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 22, 2023
1 parent 8e47690 commit d85b8c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
ls -hal binaries/signed
sha1sum binaries/signed/*
- name: Sign && upload windows binaries
- name: Sign & upload windows binaries
uses: actions/github-script@v7
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/actions/sign.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "fs";
const releaseId = "${{ needs.create-release.outputs.release_id }}";

const SIGNED_BINARIES_DIR = "./signed/binaries";
const SIGNED_BINARIES_DIR = "binaries/signed";

/** @param {import('@types/github-script').AsyncFunctionArguments} AsyncFunctionArguments */
export const script = async ({ context, github }) => {
Expand Down

0 comments on commit d85b8c7

Please sign in to comment.