Skip to content

Commit 80dc53a

Browse files
committed
Working on workflows
1 parent a124873 commit 80dc53a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build_linux_aarch64.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
run: |
3333
git config --global --add safe.directory /muscle
3434
cd /muscle/src
35-
rm -f vcxproj_make.py
3635
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
37-
chmod u+x ./vcxproj_make.py
36+
chmod x vcxproj_make.py
3837
./vcxproj_make.py --openmp
39-
chmod u+x ./build_linux.bash
40-
./build_linux.bash
4138
4239
- name: Upload binary artifact
4340
uses: actions/upload-artifact@v4

.github/workflows/build_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- name: Upload binary artifact
4040
uses: actions/upload-artifact@v4
4141
with:
42-
name: muscle-windows-binary.exe
42+
name: muscle-windows.exe
4343
path: D:\a\muscle\muscle\src\x64\Release\muscle.exe

0 commit comments

Comments
 (0)