Skip to content

Commit

Permalink
Remove unnecessary chmod +x command from GitHub workflow and set exec…
Browse files Browse the repository at this point in the history
…utable permissions
  • Loading branch information
x100111010 committed Jun 27, 2024
1 parent f089d6b commit b24fe28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
hiveos_asset_name="spectre-miner-${{ github.event.release.tag_name }}_hiveos"
hiveos_archive="bin/${hiveos_asset_name}.tar.gz"
cp -r ./hive-os ./bin/spectre-miner
chmod +x ./bin/spectre-miner/h-run.sh
cp ./bin/${asset_name} ./bin/spectre-miner/spectre-miner
sed 's/^ver="custom"/ver="${{ github.event.release.tag_name }}"/g' -i ./bin/spectre-miner/h-stats.sh
tar -czvf "${hiveos_archive}" -C ./bin spectre-miner
Expand Down

0 comments on commit b24fe28

Please sign in to comment.