Skip to content

Commit

Permalink
Update the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann committed Jan 25, 2024
1 parent 337e373 commit bd075b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: FASTEN_CI
on: [push, pull_request]

env:
MPS_VER: "2022.3"
MPS_VER: "2023.2"
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.FASTEN_GITHUB_PKG_REGISTRY }}

Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:
- name: Archive distribution
uses: actions/upload-artifact@v2
with:
name: fasten-distribution-win-2022.3-${{ steps.time.outputs.time }}
path: build/distributions/fasten-2022.3-SNAPSHOT-Win-2022.3-SNAPSHOT.zip
name: fasten-distribution-win-2023.2-${{ steps.time.outputs.time }}
path: build/distributions/fasten-2023.2-SNAPSHOT-Win-2023.2-SNAPSHOT.zip


build_fasten_assurance_package:
Expand Down

0 comments on commit bd075b1

Please sign in to comment.