Skip to content

Commit c5a75f0

Browse files
committed
Revert "Test actions"
1 parent d51e195 commit c5a75f0

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

.github/workflows/regression.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- 'develop'
77
- 'master'
8-
- 'fix_cgns_build'
98
pull_request:
109
branches:
1110
- 'develop'

.github/workflows/release-management.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- develop
8-
- fix_cgns_build
98

109
jobs:
1110
build_and_upload:
@@ -43,26 +42,26 @@ jobs:
4342
run: |
4443
cd install
4544
zip -r ../${{matrix.os_bin}}.zip bin/*
46-
# # Uploads binaries as artifacts (just as a backup)
47-
# - name: Upload Binaries
48-
# uses: actions/upload-artifact@v4
49-
# with:
50-
# name: ${{matrix.os_bin}}
51-
# path: ${{matrix.os_bin}}.zip
52-
# # Update the release notes of latest draft release
53-
# - uses: talbring/[email protected]
54-
# name: Update Release
55-
# id: update_release
56-
# env:
57-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
# # Upload binaries as assets to draft release
59-
# - name: Upload Release Asset
60-
# id: upload-release-asset
61-
# uses: actions/[email protected]
62-
# env:
63-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
# with:
65-
# upload_url: ${{ steps.update_release.outputs.uploadurl }}
66-
# asset_path: ${{matrix.os_bin}}.zip
67-
# asset_name: SU2-${{ steps.update_release.outputs.tagname }}-${{matrix.os_bin}}.zip
68-
# asset_content_type: application/zip
45+
# Uploads binaries as artifacts (just as a backup)
46+
- name: Upload Binaries
47+
uses: actions/upload-artifact@v4
48+
with:
49+
name: ${{matrix.os_bin}}
50+
path: ${{matrix.os_bin}}.zip
51+
# Update the release notes of latest draft release
52+
- uses: talbring/[email protected]
53+
name: Update Release
54+
id: update_release
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
# Upload binaries as assets to draft release
58+
- name: Upload Release Asset
59+
id: upload-release-asset
60+
uses: actions/[email protected]
61+
env:
62+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
with:
64+
upload_url: ${{ steps.update_release.outputs.uploadurl }}
65+
asset_path: ${{matrix.os_bin}}.zip
66+
asset_name: SU2-${{ steps.update_release.outputs.tagname }}-${{matrix.os_bin}}.zip
67+
asset_content_type: application/zip

0 commit comments

Comments
 (0)