Skip to content

Commit

Permalink
Another path for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianTrommer committed Nov 5, 2024
1 parent 65321f1 commit 996ea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
script: |
let fs = require('fs');
let data = JSON.parse(fs.readFileSync('~/artifacts.json'));
let data = JSON.parse(fs.readFileSync('${process.env.GITHUB_WORKSPACE}/artifacts.json'));
return data;
- name: Run docker-compose
Expand Down

0 comments on commit 996ea15

Please sign in to comment.