Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/programming_team_code_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
library_checker_aizu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
- name: Make preinstalled g++-14 the default g++
run: |
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
Expand Down Expand Up @@ -102,13 +102,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: ptc
path: tests/ptc.pdf
- uses: marvinpinto/action-automatic-releases@latest
path: tests/
- uses: softprops/action-gh-release@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ptc
tag_name: ptc
name: ptc
prerelease: false
title: ptc
files: tests/ptc.pdf

update_main:
Expand Down
Loading