Skip to content

Commit

Permalink
give permissions for further actions
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 11, 2024
1 parent 383c873 commit c2f2cfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
run: nix build .#nixosConfigurations.installer.config.system.build.isoImage

- name: Rename ISO Artifact
run: mv ./result/iso/*.iso ./result/iso/kolyma-installer-${{ matrix.system }}.iso
run: sudo cp ./result/iso/*.iso ./result/iso/kolyma-installer-${{ matrix.system }}.iso

- name: Give Artifact Permissions
run: sudo chmod 777 ./result/iso/kolyma-installer-${{ matrix.system }}.iso

- name: Upload ISO Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c2f2cfe

Please sign in to comment.