Skip to content

Commit

Permalink
Update sniper sdk to 0.20240618.92328
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jun 18, 2024
1 parent 138dead commit 3d1fd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function run() {
console.log(`Found Engine Name: ${engineName}`);
core.setOutput('engine', engineName);

let container = 'registry.gitlab.steamos.cloud/steamrt/sniper/sdk:0.20240415.84603';
let container = 'registry.gitlab.steamos.cloud/steamrt/sniper/sdk:0.20240618.92328';

console.log(`Found container name: ${container}`);
core.setOutput('container', container);
Expand Down

0 comments on commit 3d1fd18

Please sign in to comment.