Skip to content

Commit

Permalink
- .github: actions/upload-artifact@v4 suddenly stopped working (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nivanenko committed Sep 19, 2024
1 parent fa476bc commit e24c23e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
./bootstrap.sh
./b2
- name: Time setup
run: mkdir test/.time
run: |
mkdir test/.time
ls -R
- name: Time JSON (default)
env:
CXX: g++-13
Expand Down Expand Up @@ -108,6 +110,7 @@ jobs:
run: |
chmod +x test/benchmark-space.sh
mkdir test/.space
ls -R
- name: Space JSON (default)
env:
CXX: g++-13
Expand All @@ -120,6 +123,8 @@ jobs:
cd test
echo "# `date -u --iso-8601=seconds` / g++-$COMPILER_VERSION $CXXFLAGS (`uname -sm`)" > .space/g++.head.default.json.data
./benchmark-space.sh | tee -a .space/g++.head.default.json.data
- name: DEBUG
run: ls -R
- name: Upload Artifacts (Time)
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e24c23e

Please sign in to comment.