Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
aokellermann committed Oct 14, 2023
1 parent 38707e1 commit f460cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
run: sudo apt-get install -y moreutils dos2unix
- name: Install asar
run: npm install -g asar
- name: Load variables
run: source notion-repackaged.sh
- name: Download official Windows build
env:
NOTION_DOWNLOAD_HASH: ${{ needs.preload-variables.outputs.notion_download_hash }}
run: scripts/download-exe.sh
run: |
source notion-repackaged.sh
scripts/download-exe.sh
- name: Extract sources from Windows Build
run: scripts/extract-src.sh
- name: Zip sources dir with 7z
Expand Down

0 comments on commit f460cba

Please sign in to comment.